diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-21 20:24:43 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-21 20:24:43 +0000 |
| commit | 67cae0ac5fd06c1bbb42b64a7682889e339c9676 (patch) | |
| tree | 3a6e05333a6cf757082f386c56736c664412f96a /stats/pwc-summary.json | |
| parent | 9a09829259c888940dc5f171348777b34dd91cd3 (diff) | |
| download | perlweeklychallenge-club-67cae0ac5fd06c1bbb42b64a7682889e339c9676.tar.gz perlweeklychallenge-club-67cae0ac5fd06c1bbb42b64a7682889e339c9676.tar.bz2 perlweeklychallenge-club-67cae0ac5fd06c1bbb42b64a7682889e339c9676.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 4d8a183958..049920ca8d 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,22 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 250] Last updated at 2022-02-21 20:23:13 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -256,26 +271,14 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "subtitle" : { - "text" : "[Champions: 250] Last updated at 2022-02-21 20:09:15 GMT" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -513,7 +516,7 @@ 1, 3, 0, - 104, + 105, 12, 9, 12, @@ -527,9 +530,11 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -767,7 +772,7 @@ 0, 0, 1, - 106, + 107, 0, 2, 0, @@ -781,11 +786,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1037,11 +1040,8 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } - ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - } + ] } |
