diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-27 09:48:40 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-27 09:48:40 +0100 |
| commit | 642b9c4df5cd463cbb354cbcfbefecb97cc97fa5 (patch) | |
| tree | f389ae9815c2884a8eb405663d23554f5fd6c30e /stats/pwc-summary-151-180.json | |
| parent | d2dbff2eae0647c51ba7795ed75b7978b1896177 (diff) | |
| download | perlweeklychallenge-club-642b9c4df5cd463cbb354cbcfbefecb97cc97fa5.tar.gz perlweeklychallenge-club-642b9c4df5cd463cbb354cbcfbefecb97cc97fa5.tar.bz2 perlweeklychallenge-club-642b9c4df5cd463cbb354cbcfbefecb97cc97fa5.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index f94a62a7fc..89b6241f62 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,18 +1,4 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Mark Senn", @@ -47,8 +33,12 @@ "Oleksii Tsvietnov" ] }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-09-27 08:46:27 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 0, 8, @@ -80,8 +70,7 @@ 0, 52, 2 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -119,7 +108,6 @@ ] }, { - "name" : "Blog", "data" : [ 29, 0, @@ -151,17 +139,29 @@ 1, 0, 0 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-09-27 07:48:22 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "chart" : { "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
