diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 57632322a8..d524cfb3b2 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,25 +1,55 @@ { - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "xAxis" : { + "categories" : [ + "Clive Holloway", + "Colin Crain", + "Craig", + "Creewick", + "Cristina Heredia", + "Csaba Simandi", + "Daniel Mantovani", + "Daniel Mita", + "Darren Bottin", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Denis Yurashku", + "Donald Hunter", + "Doug Schrag", + "Duane Powell", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Fabrizio Poggi", + "Feng Chang", + "Finley", + "Flavio Poletti", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Giuseppe Di Terlizzi", + "Guillermo Ramos", + "Gustavo Chaves", + "Hauke Dampfling" + ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-09-29 19:44:45 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 112, @@ -51,8 +81,7 @@ 32, 32, 0 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -90,7 +119,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 24, @@ -122,46 +150,18 @@ 0, 4, 0 - ] + ], + "name" : "Blog" } ], - "xAxis" : { - "categories" : [ - "Clive Holloway", - "Colin Crain", - "Craig", - "Creewick", - "Cristina Heredia", - "Csaba Simandi", - "Daniel Mantovani", - "Daniel Mita", - "Darren Bottin", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Denis Yurashku", - "Donald Hunter", - "Doug Schrag", - "Duane Powell", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Fabrizio Poggi", - "Feng Chang", - "Finley", - "Flavio Poletti", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Giuseppe Di Terlizzi", - "Guillermo Ramos", - "Gustavo Chaves", - "Hauke Dampfling" - ] + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-09-29 21:30:20 GMT" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" } } |
