diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-29 20:58:38 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-29 20:58:38 +0100 |
| commit | 1a12e75e82c23f90cbdc3fda2c649f05e0d3ad06 (patch) | |
| tree | 5d6f0461cb0c67fc3798ccb54605be08eb4b00ee /stats/pwc-summary.json | |
| parent | 6b5119565534366862e22e40c417e1e7f4e2d457 (diff) | |
| download | perlweeklychallenge-club-1a12e75e82c23f90cbdc3fda2c649f05e0d3ad06.tar.gz perlweeklychallenge-club-1a12e75e82c23f90cbdc3fda2c649f05e0d3ad06.tar.bz2 perlweeklychallenge-club-1a12e75e82c23f90cbdc3fda2c649f05e0d3ad06.zip | |
- Added solution by Steven Wilson.
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 29ad323db5..44511ed2ab 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,13 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -248,7 +247,7 @@ 1, 4, 0, - 63, + 64, 33, 1, 2, @@ -273,8 +272,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -545,6 +543,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -809,10 +808,21 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -1080,18 +1090,8 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-29 17:57:40 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "text" : "[Champions: 263] Last updated at 2022-07-29 19:56:29 GMT" }, "chart" : { "type" : "column" |
