diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-27 10:46:37 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-27 10:46:37 +0000 |
| commit | 37205badad4c33db23e01dbdefeacee5bc6c35d3 (patch) | |
| tree | 4dea76d6d9f80751daa23324ad99fb769dd72362 /stats/pwc-summary-1-30.json | |
| parent | 6193d1a358d554985781b0b8e284ceed0eb1607f (diff) | |
| download | perlweeklychallenge-club-37205badad4c33db23e01dbdefeacee5bc6c35d3.tar.gz perlweeklychallenge-club-37205badad4c33db23e01dbdefeacee5bc6c35d3.tar.bz2 perlweeklychallenge-club-37205badad4c33db23e01dbdefeacee5bc6c35d3.zip | |
- Added solutions by Flavio Poletti.
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 d6d4925397..c72994b443 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,13 +1,52 @@ { - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-26 16:18:38 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "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" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -39,10 +78,10 @@ 0, 4, 54 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -74,7 +113,8 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -112,8 +152,8 @@ "name" : "Blog" } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, @@ -121,47 +161,7 @@ "text" : "" } }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "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" - ] - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-27 08:15:06 GMT" } } |
