aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-26 00:17:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-26 00:17:42 +0100
commitff5c8fc253ad9ae8c2b07e9c697056f5544d68c8 (patch)
tree07a18b213bce99d4a8158964921299a384126e9e /stats/pwc-summary.json
parentc495bce4c4b9aa87ac694d447a84fd62bb25208d (diff)
downloadperlweeklychallenge-club-ff5c8fc253ad9ae8c2b07e9c697056f5544d68c8.tar.gz
perlweeklychallenge-club-ff5c8fc253ad9ae8c2b07e9c697056f5544d68c8.tar.bz2
perlweeklychallenge-club-ff5c8fc253ad9ae8c2b07e9c697056f5544d68c8.zip
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index ec675fb5f6..10c652b8cc 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,12 +1,4 @@
{
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -121,14 +113,18 @@
"Yozen Hernandez"
]
},
+ "subtitle" : {
+ "text" : "[Champions: 110] Last updated at 2019-08-25 23:14:41 GMT"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : ""
- },
- "min" : 0
+ }
},
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
2,
@@ -156,7 +152,7 @@
0,
0,
17,
- 36,
+ 38,
36,
2,
19,
@@ -240,8 +236,7 @@
2,
4,
21
- ],
- "name" : "Perl 5"
+ ]
},
{
"name" : "Perl 6",
@@ -359,7 +354,6 @@
]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -471,17 +465,23 @@
1,
1,
14
- ]
+ ],
+ "name" : "Blog"
}
],
+ "chart" : {
+ "type" : "column"
+ },
"title" : {
"text" : "Perl Weekly Challenge - 2019"
},
- "subtitle" : {
- "text" : "[Champions: 110] Last updated at 2019-08-25 23:04:55 GMT"
- },
"tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}