diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-11-24 01:44:24 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-11-24 01:44:24 +0000 |
| commit | 0b15da72498ebd747d5cae54ef5aec0588f7ca2b (patch) | |
| tree | 298df43673e6bc18112221ebda63d80a12466dba /stats/pwc-summary-1-30.json | |
| parent | 00260e9d96efcc6f776bd6c7e3649055eda2f9fe (diff) | |
| download | perlweeklychallenge-club-0b15da72498ebd747d5cae54ef5aec0588f7ca2b.tar.gz perlweeklychallenge-club-0b15da72498ebd747d5cae54ef5aec0588f7ca2b.tar.bz2 perlweeklychallenge-club-0b15da72498ebd747d5cae54ef5aec0588f7ca2b.zip | |
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index a366e3c2bf..7b3975b1d7 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,10 +1,46 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "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" + ] + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-11-24 01:43:01 GMT" + }, + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -36,9 +72,11 @@ 0, 4, 54 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -70,11 +108,9 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -106,62 +142,26 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "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" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-11-24 01:29:01 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" } } |
