diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 116 |
1 files changed, 58 insertions, 58 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 80c4b62678..eb6f1f5d87 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,47 +1,25 @@ { - "xAxis" : { - "categories" : [ - "Aaron Rowe", - "Aaron Sherman", - "Abigail", - "Adam Russell", - "Ailbhe Tweedie", - "Alex Daniel", - "Alexander Karelas", - "Alicia Bielsa", - "Andrezgz", - "Anton Fedotov", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Bartosz Jarzyna", - "Ben Davies", - "Bill Palmer", - "Bob Kleemann", - "Bruce Van Allen", - "Bruno Ramos", - "Burkhard Nickels", - "Chenyf", - "Cheok-Yin Fung", - "Clive Holloway", - "Colin Crain", - "Craig", - "Creewick", - "Cristina Heredia", - "Daniel Mantovani" - ] - }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { + "name" : "Perl", "data" : [ 0, 0, @@ -68,15 +46,15 @@ 0, 38, 1, - 80, + 82, 0, 2, 18, 43 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 6, @@ -103,13 +81,12 @@ 4, 0, 0, - 42, + 44, 0, 0, 0, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -147,21 +124,44 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-06-14 22:59:31 GMT" + "xAxis" : { + "categories" : [ + "Aaron Rowe", + "Aaron Sherman", + "Abigail", + "Adam Russell", + "Ailbhe Tweedie", + "Alex Daniel", + "Alexander Karelas", + "Alicia Bielsa", + "Andrezgz", + "Anton Fedotov", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Bartosz Jarzyna", + "Ben Davies", + "Bill Palmer", + "Bob Kleemann", + "Bruce Van Allen", + "Bruno Ramos", + "Burkhard Nickels", + "Chenyf", + "Cheok-Yin Fung", + "Clive Holloway", + "Colin Crain", + "Craig", + "Creewick", + "Cristina Heredia", + "Daniel Mantovani" + ] }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "chart" : { + "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-06-14 23:08:57 GMT" } } |
