diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-10 21:10:15 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-10 21:10:15 +0000 |
| commit | d5aef342008aa2a96e8085194e3a3dc6975a723b (patch) | |
| tree | a8e2e871b5ce3992dfa769e5c84d6c0fa560cc84 /stats/pwc-summary-1-30.json | |
| parent | 83c06179ec18557d73ddd24d52cc4ec51abe1333 (diff) | |
| download | perlweeklychallenge-club-d5aef342008aa2a96e8085194e3a3dc6975a723b.tar.gz perlweeklychallenge-club-d5aef342008aa2a96e8085194e3a3dc6975a723b.tar.bz2 perlweeklychallenge-club-d5aef342008aa2a96e8085194e3a3dc6975a723b.zip | |
- Added solutions to week 147.
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 18a4e06caa..31f31b2a3e 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,56 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-10 19:15:24 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "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" - ] - }, "series" : [ { "data" : [ @@ -88,6 +36,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -119,8 +68,7 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -158,10 +106,62 @@ "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" + ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-10 21:08:25 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
