diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-24 15:39:30 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-24 15:39:30 +0100 |
| commit | a2dcbbbcc3a246b0136e40aee20170a021f0b573 (patch) | |
| tree | e31b3ba90ab1612623091d57c0452dbc4f41e231 /stats/pwc-summary-1-30.json | |
| parent | 3088342e8c674472388099711d212df553777dbc (diff) | |
| download | perlweeklychallenge-club-a2dcbbbcc3a246b0136e40aee20170a021f0b573.tar.gz perlweeklychallenge-club-a2dcbbbcc3a246b0136e40aee20170a021f0b573.tar.bz2 perlweeklychallenge-club-a2dcbbbcc3a246b0136e40aee20170a021f0b573.zip | |
- Added solution by Mark Anderson.
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 5088d46e72..f5a37663d1 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,65 +1,21 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "xAxis" : { - "categories" : [ - "3ter", - "Aaron Rowe", - "Aaron Sherman", - "Aaron Smith", - "Abigail", - "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", - "Ben Bullock", - "Ben Davies", - "Bill Palmer", - "Bob Kleemann", - "Bob Lied", - "Bruce Van Allen", - "Bruno Ramos" - ] + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-05-24 14:39:09 GMT" }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-05-24 13:08:13 GMT" - }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -91,7 +47,8 @@ 45, 2, 0 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -129,7 +86,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -161,7 +117,51 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } - ] + ], + "xAxis" : { + "categories" : [ + "3ter", + "Aaron Rowe", + "Aaron Sherman", + "Aaron Smith", + "Abigail", + "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", + "Ben Bullock", + "Ben Davies", + "Bill Palmer", + "Bob Kleemann", + "Bob Lied", + "Bruce Van Allen", + "Bruno Ramos" + ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + } } |
