diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-07 17:53:48 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-07 17:53:48 +0100 |
| commit | 61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59 (patch) | |
| tree | 168022fa9bd4a49ae259584ed32c38d06a659bd5 /stats/pwc-summary-1-30.json | |
| parent | 48e8552fdbed2986eb759f30a4e20accb351a230 (diff) | |
| download | perlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.tar.gz perlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.tar.bz2 perlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.zip | |
- Added solutions by Wanderdoc.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 98 |
1 files changed, 49 insertions, 49 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index b9744caf33..4e2c1c57cd 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,10 +1,8 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "yAxis" : { "min" : 0, @@ -12,13 +10,49 @@ "text" : "" } }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-07-07 15:17:35 GMT" + "text" : "[Champions: 30] Last updated at 2021-07-07 16:52:23 GMT" + }, + "xAxis" : { + "categories" : [ + "3ter", + "Aaron Rowe", + "Aaron Sherman", + "Aaron Smith", + "Abigail", + "Adam Herzog", + "Adam Russell", + "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", + "Bartosz Jarzyna", + "Belmark Caday", + "Ben Bullock", + "Ben Davies", + "Bill Palmer", + "Bob Kleemann", + "Bob Lied" + ] + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" @@ -95,7 +129,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -127,41 +160,8 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } - ], - "xAxis" : { - "categories" : [ - "3ter", - "Aaron Rowe", - "Aaron Sherman", - "Aaron Smith", - "Abigail", - "Adam Herzog", - "Adam Russell", - "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", - "Bartosz Jarzyna", - "Belmark Caday", - "Ben Bullock", - "Ben Davies", - "Bill Palmer", - "Bob Kleemann", - "Bob Lied" - ] - } + ] } |
