diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-03 20:20:55 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-03 20:20:55 +0100 |
| commit | 198cd4bdf0fc36df387cf2a636fadbfb74f9a169 (patch) | |
| tree | 8fba71b578f23f2def247293884355748bdee6d8 /stats/pwc-summary.json | |
| parent | f43e52d47c7abf4613ef2eca0e641bf752c60910 (diff) | |
| download | perlweeklychallenge-club-198cd4bdf0fc36df387cf2a636fadbfb74f9a169.tar.gz perlweeklychallenge-club-198cd4bdf0fc36df387cf2a636fadbfb74f9a169.tar.bz2 perlweeklychallenge-club-198cd4bdf0fc36df387cf2a636fadbfb74f9a169.zip | |
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index efbe9ba026..d50ec714dd 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,20 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, + "subtitle" : { + "text" : "[Champions: 267] Last updated at 2022-09-03 17:09:29 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "xAxis" : { "categories" : [ "3ter", @@ -281,12 +294,9 @@ "chart" : { "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -308,7 +318,7 @@ 65, 7, 0, - 75, + 76, 3, 154, 0, @@ -555,11 +565,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -581,7 +589,7 @@ 0, 0, 1, - 179, + 180, 0, 137, 0, @@ -828,7 +836,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -853,7 +862,7 @@ 0, 0, 0, - 179, + 180, 0, 4, 0, @@ -1102,14 +1111,5 @@ 10 ] } - ], - "subtitle" : { - "text" : "[Champions: 267] Last updated at 2022-09-03 10:41:34 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - } + ] } |
