diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 129a1e810c..cc86aab932 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,64 +1,27 @@ { - "xAxis" : { - "categories" : [ - "Bruce Gray", - "Bruce Van Allen", - "Bruno Ramos", - "Burkhard Nickels", - "Chenyf", - "Cheok-Yin Fung", - "Christian Jaeger", - "Clifton Wood", - "Clive Holloway", - "Colin Crain", - "Craig", - "Creewick", - "Cristina Heredia", - "Csaba Simandi", - "Daniel Bowling", - "Daniel Mantovani", - "Daniel Mita", - "Daniel Pfeiffer", - "Darren Bottin", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "David Santiago", - "David Schwartz", - "Denis Yurashku", - "Dieter Dobbelaere", - "Dimitar Dimitrov", - "Donald Hunter", - "Doug Schrag", - "Duane Powell" - ] - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-06-12 19:04:34 GMT" + "text" : "[Champions: 30] Last updated at 2022-06-13 00:18:05 GMT" }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { + "name" : "Perl", "data" : [ 40, 2, @@ -90,10 +53,10 @@ 0, 0, 82 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 52, 0, @@ -125,11 +88,9 @@ 8, 10, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 10, 0, @@ -161,7 +122,46 @@ 7, 0, 0 - ] + ], + "name" : "Blog" } - ] + ], + "xAxis" : { + "categories" : [ + "Bruce Gray", + "Bruce Van Allen", + "Bruno Ramos", + "Burkhard Nickels", + "Chenyf", + "Cheok-Yin Fung", + "Christian Jaeger", + "Clifton Wood", + "Clive Holloway", + "Colin Crain", + "Craig", + "Creewick", + "Cristina Heredia", + "Csaba Simandi", + "Daniel Bowling", + "Daniel Mantovani", + "Daniel Mita", + "Daniel Pfeiffer", + "Darren Bottin", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "David Santiago", + "David Schwartz", + "Denis Yurashku", + "Dieter Dobbelaere", + "Dimitar Dimitrov", + "Donald Hunter", + "Doug Schrag", + "Duane Powell" + ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } } |
