diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-01 09:17:22 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-01 09:17:22 +0100 |
| commit | 3a6ff5451bbfc7490cd37ffc65d754de2df92e63 (patch) | |
| tree | 174f1803a448fe2a92fa72bc21b42cc9c95ac9fa /stats/pwc-summary.json | |
| parent | 2efecf464e73071b1d5b347a67dc972c4ca17075 (diff) | |
| download | perlweeklychallenge-club-3a6ff5451bbfc7490cd37ffc65d754de2df92e63.tar.gz perlweeklychallenge-club-3a6ff5451bbfc7490cd37ffc65d754de2df92e63.tar.bz2 perlweeklychallenge-club-3a6ff5451bbfc7490cd37ffc65d754de2df92e63.zip | |
- Added solutions by Laurent Rosenfeld.
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 07ff66d462..d574ac7559 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,24 +1,6 @@ { "subtitle" : { - "text" : "[Champions: 270] Last updated at 2022-09-30 16:23:06 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "text" : "[Champions: 270] Last updated at 2022-10-01 08:14:56 GMT" }, "xAxis" : { "categories" : [ @@ -294,11 +276,30 @@ "Yozen Hernandez" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -438,7 +439,7 @@ 16, 8, 11, - 177, + 178, 9, 1, 107, @@ -570,8 +571,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -714,7 +714,7 @@ 0, 2, 0, - 178, + 179, 0, 0, 0, @@ -849,6 +849,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -988,7 +989,7 @@ 12, 0, 0, - 178, + 179, 0, 0, 3, @@ -1120,8 +1121,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ] } |
