diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-03 02:23:05 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-03 02:23:05 +0000 |
| commit | 6076f2ea2366c92cf87dc2b540d8bb2358c38ec1 (patch) | |
| tree | 07b3107a368fd76d5314882e3a992967c19f6cc7 /stats/pwc-summary-1-30.json | |
| parent | daa13e122bc6e388991be390ff4659afb379df5d (diff) | |
| download | perlweeklychallenge-club-6076f2ea2366c92cf87dc2b540d8bb2358c38ec1.tar.gz perlweeklychallenge-club-6076f2ea2366c92cf87dc2b540d8bb2358c38ec1.tar.bz2 perlweeklychallenge-club-6076f2ea2366c92cf87dc2b540d8bb2358c38ec1.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 50b35f8349..4e26c3b78c 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,62 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-03 02:20:19 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "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" + ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { "name" : "Perl", @@ -36,6 +94,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -67,10 +126,10 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -102,66 +161,7 @@ 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" - ] - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + ] } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-03 02:06:52 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - } + ] } |
