diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-20 01:22:21 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-20 01:22:21 +0100 |
| commit | 9d4b35dff4c50b14064c25539968be48ad73e38e (patch) | |
| tree | 79a36690c83208faff36a53d6924aeaebbe37350 /stats/pwc-summary.json | |
| parent | 4db4747dce6f2e8b0d4a96d42247ed39f78a5711 (diff) | |
| download | perlweeklychallenge-club-9d4b35dff4c50b14064c25539968be48ad73e38e.tar.gz perlweeklychallenge-club-9d4b35dff4c50b14064c25539968be48ad73e38e.tar.bz2 perlweeklychallenge-club-9d4b35dff4c50b14064c25539968be48ad73e38e.zip | |
- Added solution by Niels van Dijke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 713a16ce1b..b8a8dd7365 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,28 +1,7 @@ { - "subtitle" : { - "text" : "[Champions: 261] Last updated at 2022-06-20 00:11:29 GMT" - }, "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -195,7 +174,7 @@ 7, 7, 4, - 91, + 92, 1, 0, 26, @@ -291,7 +270,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -554,9 +532,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -819,10 +799,12 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "subtitle" : { + "text" : "[Champions: 261] Last updated at 2022-06-20 00:20:58 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -1087,5 +1069,23 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
