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-181-210.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-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 0065dc0027..1ebdf77e38 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,61 +1,27 @@ { - "xAxis" : { - "categories" : [ - "Olivier Delouya", - "Olli-Antti Kivilahti", - "Ozzy", - "P6steve", - "Pablo Saavedra", - "Paul Fajman", - "Paulo Custodio", - "Pavel Jurca", - "Pavel Kuptsov", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Peter Campbell Smith", - "Peter Mayr", - "Peter Meszaros", - "Peter Scott", - "Petr Roubicek", - "Philip Hood", - "Philippe Bricout", - "Philippe Bruhat", - "Phillip Harris", - "Phillip Hartfield Sr", - "PJ Durai", - "Plis Acm", - "PokGoPun", - "Prajith P", - "Rage311", - "Rakesh Kumar Shardiwal", - "Rakulius", - "Randy Lauen" - ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, + "chart" : { + "type" : "column" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-09-27 07:48:22 GMT" + "text" : "[Champions: 30] Last updated at 2022-09-27 08:46:27 GMT" }, "series" : [ { @@ -163,5 +129,39 @@ 0 ] } - ] + ], + "xAxis" : { + "categories" : [ + "Olivier Delouya", + "Olli-Antti Kivilahti", + "Ozzy", + "P6steve", + "Pablo Saavedra", + "Paul Fajman", + "Paulo Custodio", + "Pavel Jurca", + "Pavel Kuptsov", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Peter Campbell Smith", + "Peter Mayr", + "Peter Meszaros", + "Peter Scott", + "Petr Roubicek", + "Philip Hood", + "Philippe Bricout", + "Philippe Bruhat", + "Phillip Harris", + "Phillip Hartfield Sr", + "PJ Durai", + "Plis Acm", + "PokGoPun", + "Prajith P", + "Rage311", + "Rakesh Kumar Shardiwal", + "Rakulius", + "Randy Lauen" + ] + } } |
