diff options
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 37f87951e9..464976133c 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,51 +1,6 @@ { - "xAxis" : { - "categories" : [ - "3ter", - "Aaron Rowe", - "Aaron Sherman", - "Aaron Smith", - "Abigail", - "Adam Russell", - "Ailbhe Tweedie", - "Alex Daniel", - "Alex Mauney", - "Alexander Karelas", - "Alexander Pankoff", - "Alicia Bielsa", - "Andinus", - "Andrew Shitov", - "Andrezgz", - "Anton Fedotov", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Bartosz Jarzyna", - "Ben Davies", - "Bill Palmer", - "Bob Kleemann", - "Bob Lied", - "Bruce Van Allen", - "Bruno Ramos", - "Burkhard Nickels", - "Chenyf" - ] - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-12-24 01:50:22 GMT" - }, "series" : [ { - "name" : "Perl", "data" : [ 2, 0, @@ -77,10 +32,10 @@ 0, 31, 0 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -112,7 +67,8 @@ 0, 8, 6 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -150,18 +106,62 @@ ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "xAxis" : { + "categories" : [ + "3ter", + "Aaron Rowe", + "Aaron Sherman", + "Aaron Smith", + "Abigail", + "Adam Russell", + "Ailbhe Tweedie", + "Alex Daniel", + "Alex Mauney", + "Alexander Karelas", + "Alexander Pankoff", + "Alicia Bielsa", + "Andinus", + "Andrew Shitov", + "Andrezgz", + "Anton Fedotov", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Bartosz Jarzyna", + "Ben Davies", + "Bill Palmer", + "Bob Kleemann", + "Bob Lied", + "Bruce Van Allen", + "Bruno Ramos", + "Burkhard Nickels", + "Chenyf" + ] + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-12-24 17:50:20 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
