diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-30 08:56:18 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-30 08:56:18 +0100 |
| commit | 29012912d8a265f75ca3eca4c79390182f9cac93 (patch) | |
| tree | 09c235d1b8d8b903aa19091e3803a417be947978 /stats/pwc-summary.json | |
| parent | 6b649fa7eff484eb466e3acd9482918e9f361968 (diff) | |
| download | perlweeklychallenge-club-29012912d8a265f75ca3eca4c79390182f9cac93.tar.gz perlweeklychallenge-club-29012912d8a265f75ca3eca4c79390182f9cac93.tar.bz2 perlweeklychallenge-club-29012912d8a265f75ca3eca4c79390182f9cac93.zip | |
- Added solution by Dario Mazzeo.
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 d8baeff44e..a69a704df5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -273,20 +273,23 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "subtitle" : { + "text" : "[Champions: 270] Last updated at 2022-09-30 07:25:54 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 270] Last updated at 2022-09-29 15:41:32 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -558,10 +561,10 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -833,10 +836,10 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1108,20 +1111,17 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
