diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-10 10:41:07 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-10 10:41:07 +0100 |
| commit | 3d7f234add32dff5655c4e63fc506b2a8d016f19 (patch) | |
| tree | 782c0677fe6332b344133e25189413cc0d2eb7d2 /stats/pwc-summary.json | |
| parent | e49aa6d14237553090d1b755b6feaba367235eb6 (diff) | |
| download | perlweeklychallenge-club-3d7f234add32dff5655c4e63fc506b2a8d016f19.tar.gz perlweeklychallenge-club-3d7f234add32dff5655c4e63fc506b2a8d016f19.tar.bz2 perlweeklychallenge-club-3d7f234add32dff5655c4e63fc506b2a8d016f19.zip | |
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0d3fcb85db..a66d5c107f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,20 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-09 22:12:05 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "xAxis" : { "categories" : [ "3ter", @@ -281,9 +265,6 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -291,6 +272,7 @@ }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -313,7 +295,7 @@ 0, 75, 3, - 146, + 147, 0, 11, 2, @@ -554,10 +536,10 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -580,7 +562,7 @@ 1, 171, 0, - 129, + 130, 0, 2, 0, @@ -821,11 +803,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1089,7 +1069,27 @@ 1, 5, 10 - ] + ], + "name" : "Blog" + } + ], + "subtitle" : { + "text" : "[Champions: 262] Last updated at 2022-07-10 09:39:26 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } - ] + }, + "chart" : { + "type" : "column" + } } |
