diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-26 16:24:47 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-26 16:24:47 +0100 |
| commit | 4e43113f9d5259c7f87b2f9d60bc7010e14e7160 (patch) | |
| tree | 36468e4e9a22615ad4ba290f44eade18b7241807 /stats/pwc-summary.json | |
| parent | 549169504576645a8689e6e4120593d2203525ad (diff) | |
| download | perlweeklychallenge-club-4e43113f9d5259c7f87b2f9d60bc7010e14e7160.tar.gz perlweeklychallenge-club-4e43113f9d5259c7f87b2f9d60bc7010e14e7160.tar.bz2 perlweeklychallenge-club-4e43113f9d5259c7f87b2f9d60bc7010e14e7160.zip | |
- Added solutions by Humberto Massa.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 5ed29a0876..5731223fe7 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,8 @@ { - "subtitle" : { - "text" : "[Champions: 270] Last updated at 2022-09-26 15:15:26 GMT" - }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -291,7 +280,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -376,7 +364,7 @@ 0, 5, 0, - 8, + 9, 0, 0, 0, @@ -563,9 +551,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -837,10 +827,18 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 270] Last updated at 2022-09-26 15:23:06 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -1115,13 +1113,15 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "chart" : { "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
