diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-13 09:29:33 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-13 09:29:33 +0100 |
| commit | 2ca4ce5d0552f534e9085716d12294d4268de695 (patch) | |
| tree | 84a8a4c2cd4e4cdc81f727282fc4057a41802dfb /stats/pwc-summary.json | |
| parent | 8dde4a0f9d936858e2a86de8b0ac30c83fe7729e (diff) | |
| download | perlweeklychallenge-club-2ca4ce5d0552f534e9085716d12294d4268de695.tar.gz perlweeklychallenge-club-2ca4ce5d0552f534e9085716d12294d4268de695.tar.bz2 perlweeklychallenge-club-2ca4ce5d0552f534e9085716d12294d4268de695.zip | |
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f720ac148a..8d2d2a85ba 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,13 @@ { + "subtitle" : { + "text" : "[Champions: 194] Last updated at 2020-10-13 08:29:00 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -125,7 +132,7 @@ 7, 7, 4, - 21, + 22, 1, 0, 8, @@ -196,11 +203,9 @@ 3, 41, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -396,7 +401,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -598,19 +604,20 @@ "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -810,14 +817,7 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 194] Last updated at 2020-10-13 05:32:25 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "chart" : { + "type" : "column" } } |
