aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-30 19:06:23 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-30 19:06:23 +0100
commit32c6a2ebdcd0d9c968ff697786383e397941b7b2 (patch)
tree27aae94b90aaa0fb3b8191d72dd1fc0a0eee7506 /stats/pwc-summary.json
parent74ce2ad7e28ee03bdb092cecbafbcef9b6c9d1ac (diff)
downloadperlweeklychallenge-club-32c6a2ebdcd0d9c968ff697786383e397941b7b2.tar.gz
perlweeklychallenge-club-32c6a2ebdcd0d9c968ff697786383e397941b7b2.tar.bz2
perlweeklychallenge-club-32c6a2ebdcd0d9c968ff697786383e397941b7b2.zip
- Added solution by Dave Cross.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 15c3c3c26d..dd1c372283 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,6 +1,22 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 105] Last updated at 2019-07-30 18:06:10 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
2,
@@ -21,7 +37,7 @@
1,
30,
0,
- 3,
+ 4,
23,
4,
0,
@@ -107,10 +123,10 @@
1,
1,
21
- ],
- "name" : "Perl 5"
+ ]
},
{
+ "name" : "Perl 6",
"data" : [
6,
0,
@@ -217,8 +233,7 @@
0,
1,
0
- ],
- "name" : "Perl 6"
+ ]
},
{
"name" : "Blog",
@@ -331,11 +346,14 @@
]
}
],
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"xAxis" : {
"categories" : [
@@ -445,23 +463,5 @@
"Yary H",
"Yozen Hernandez"
]
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "subtitle" : {
- "text" : "[Champions: 105] Last updated at 2019-07-30 18:04:13 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}