diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-25 19:48:10 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-25 19:48:10 +0000 |
| commit | 63fcb2e6fae56e5a45ff06eb5e77f2f48f4411f4 (patch) | |
| tree | 0f62ad2dce6e2ebfb7a17f84545de7e8370a45d8 /stats/pwc-summary.json | |
| parent | 36d1832e503fc8b091e0e19f678627aab3ab63fb (diff) | |
| download | perlweeklychallenge-club-63fcb2e6fae56e5a45ff06eb5e77f2f48f4411f4.tar.gz perlweeklychallenge-club-63fcb2e6fae56e5a45ff06eb5e77f2f48f4411f4.tar.bz2 perlweeklychallenge-club-63fcb2e6fae56e5a45ff06eb5e77f2f48f4411f4.zip | |
- Added solutions by Jan Hoogenraad.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2059d53cc5..c59c3d98d0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,7 @@ { "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -76,6 +77,7 @@ 6, 81, 28, + 1, 0, 0, 8, @@ -216,11 +218,9 @@ 3, 41, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -296,6 +296,7 @@ 0, 81, 5, + 0, 25, 2, 0, @@ -436,7 +437,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -517,6 +519,7 @@ 4, 0, 0, + 0, 6, 0, 46, @@ -658,6 +661,19 @@ ] } ], + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 215] Last updated at 2021-01-25 19:47:25 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -734,6 +750,7 @@ "Jaime Corchado", "Jaldhar H. Vyas", "James Smith", + "Jan Hoogenraad", "Jan Krnavek", "Jan Ole Kraft", "Jared Martin", @@ -877,23 +894,10 @@ ] }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 214] Last updated at 2021-01-25 19:35:41 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "chart" : { - "type" : "column" + }, + "min" : 0 }, "plotOptions" : { "column" : { |
