aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-17 19:43:59 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-17 19:43:59 +0100
commitbe71b7a3db240ec47e9673f7fe3193346237ef6d (patch)
tree4b8c2b0251601edafb15eef5ab8dab25187d6d39 /stats/pwc-summary.json
parentae1213286d5104cd1c488379cecdb7c140cc6c3c (diff)
downloadperlweeklychallenge-club-be71b7a3db240ec47e9673f7fe3193346237ef6d.tar.gz
perlweeklychallenge-club-be71b7a3db240ec47e9673f7fe3193346237ef6d.tar.bz2
perlweeklychallenge-club-be71b7a3db240ec47e9673f7fe3193346237ef6d.zip
- Added solutions by Markus Holzer.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index faa9f6d6be..206f5abe72 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,11 @@
{
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"series" : [
{
- "name" : "Perl 5",
"data" : [
0,
2,
@@ -117,7 +121,8 @@
2,
16,
21
- ]
+ ],
+ "name" : "Perl 5"
},
{
"name" : "Perl 6",
@@ -359,26 +364,15 @@
}
],
"tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "subtitle" : {
+ "text" : "[Champions: 114] Last updated at 2019-09-17 18:43:45 GMT"
},
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "[Champions: 114] Last updated at 2019-09-17 12:21:15 GMT"
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -499,5 +493,11 @@
},
"title" : {
"text" : "Perl Weekly Challenge - 2019"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
}
}