diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-21 23:22:11 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-21 23:22:11 +0100 |
| commit | aa8ae1dbba6a8e9560e2919a99b974d9b97380c2 (patch) | |
| tree | 1659ad7431c1688f46d6edb7dbf2a4916b3b6b3e /stats/pwc-summary.json | |
| parent | 00241d13d3f3a55d985bb63a94db65e32af94313 (diff) | |
| download | perlweeklychallenge-club-aa8ae1dbba6a8e9560e2919a99b974d9b97380c2.tar.gz perlweeklychallenge-club-aa8ae1dbba6a8e9560e2919a99b974d9b97380c2.tar.bz2 perlweeklychallenge-club-aa8ae1dbba6a8e9560e2919a99b974d9b97380c2.zip | |
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 610c7fc5ef..e03d5bfeee 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,11 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 104] Last updated at 2019-07-21 22:21:54 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -112,25 +119,6 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "subtitle" : { - "text" : "[Champions: 104] Last updated at 2019-07-21 22:07:53 GMT" - }, "series" : [ { "name" : "Perl 5", @@ -161,7 +149,7 @@ 0, 0, 7, - 26, + 28, 26, 2, 15, @@ -351,7 +339,6 @@ "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -457,7 +444,20 @@ 0, 0, 12 - ] + ], + "name" : "Blog" } - ] + ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + } } |
