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-1-30.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-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 104 |
1 files changed, 52 insertions, 52 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 3817e5618f..5aab037889 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,54 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "xAxis" : { - "categories" : [ - "3ter", - "Aaron Rowe", - "Aaron Sherman", - "Aaron Smith", - "Abigail", - "Adam Herzog", - "Adam Russell", - "AhmetEmre", - "Ailbhe Tweedie", - "Alex Daniel", - "Alex Mauney", - "Alexander Karelas", - "Alexander Pankoff", - "Ali Moradi", - "Alicia Bielsa", - "Andinus", - "Andrew Shitov", - "Andrezgz", - "Anton Fedotov", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Aut0exec", - "Bartosz Jarzyna", - "Baryshev Sergey", - "Bejoy Mathews", - "Belmark Caday", - "Ben Bullock" - ] - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { "name" : "Perl", @@ -156,12 +106,62 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-09-30 16:23:07 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "xAxis" : { + "categories" : [ + "3ter", + "Aaron Rowe", + "Aaron Sherman", + "Aaron Smith", + "Abigail", + "Adam Herzog", + "Adam Russell", + "AhmetEmre", + "Ailbhe Tweedie", + "Alex Daniel", + "Alex Mauney", + "Alexander Karelas", + "Alexander Pankoff", + "Ali Moradi", + "Alicia Bielsa", + "Andinus", + "Andrew Shitov", + "Andrezgz", + "Anton Fedotov", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Aut0exec", + "Bartosz Jarzyna", + "Baryshev Sergey", + "Bejoy Mathews", + "Belmark Caday", + "Ben Bullock" + ] }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-10-01 08:14:57 GMT" } } |
