aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-25 12:08:20 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-25 12:08:20 +0100
commit8a6e33f8f6a992a4655cef9f449f45d9b8730301 (patch)
treeeccac2edec30737f2fae680e74726761d01bbef4 /stats/pwc-summary.json
parent1330474ebc5de7069e643975bb9a1cd03bf4f9bd (diff)
downloadperlweeklychallenge-club-8a6e33f8f6a992a4655cef9f449f45d9b8730301.tar.gz
perlweeklychallenge-club-8a6e33f8f6a992a4655cef9f449f45d9b8730301.tar.bz2
perlweeklychallenge-club-8a6e33f8f6a992a4655cef9f449f45d9b8730301.zip
- Added solutions by Andrezgz.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 20f2d7543c..f13caf4d30 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,28 +1,12 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "subtitle" : {
- "text" : "[Champions: 115] Last updated at 2019-09-25 10:34:05 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
"name" : "Perl 5",
@@ -35,7 +19,7 @@
0,
0,
11,
- 50,
+ 52,
0,
3,
5,
@@ -145,7 +129,6 @@
]
},
{
- "name" : "Perl 6",
"data" : [
6,
0,
@@ -262,10 +245,10 @@
2,
13,
0
- ]
+ ],
+ "name" : "Perl 6"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -382,9 +365,23 @@
1,
4,
14
- ]
+ ],
+ "name" : "Blog"
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -503,5 +500,8 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "subtitle" : {
+ "text" : "[Champions: 115] Last updated at 2019-09-25 11:08:06 GMT"
}
}