diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-07 22:46:31 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-07 22:46:31 +0100 |
| commit | 424bdbf5b0899481a6990560998a86c67d54641a (patch) | |
| tree | 0fbb5708decba3ddce30d2d85a2ae5088f2ddc68 /stats/pwc-summary.json | |
| parent | 3305179a33c589a1cd0c0d820468d304cbc85992 (diff) | |
| download | perlweeklychallenge-club-424bdbf5b0899481a6990560998a86c67d54641a.tar.gz perlweeklychallenge-club-424bdbf5b0899481a6990560998a86c67d54641a.tar.bz2 perlweeklychallenge-club-424bdbf5b0899481a6990560998a86c67d54641a.zip | |
- Added solutions by Noud.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ee4ea62bea..06c21dc0bc 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,8 +2,30 @@ "title" : { "text" : "Perl Weekly Challenge - 2019" }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 113] Last updated at 2019-09-07 21:46:12 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -118,8 +140,7 @@ 2, 11, 21 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -199,7 +220,7 @@ 0, 8, 0, - 18, + 20, 4, 0, 0, @@ -358,27 +379,6 @@ "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 113] Last updated at 2019-09-07 20:52:52 GMT" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Aaron Sherman", |
