diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index f96f96c931..b9b2f0a9d7 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,45 +1,6 @@ { - "xAxis" : { - "categories" : [ - "Robert Gratza", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Simon Proctor", - "Simon Reinhardt", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Tiago Stock", - "Tore Andersson", - "Veesh Goldman", - "William Gilmore" - ] - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 13] Last updated at 2019-04-18 08:59:16 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 4, @@ -54,10 +15,10 @@ 2, 3, 1 - ] + ], + "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 4, 4, @@ -72,10 +33,49 @@ 0, 0, 0 - ] + ], + "name" : "Perl 6" } ], + "subtitle" : { + "text" : "[Champions: 13] Last updated at 2019-04-18 09:20:02 GMT" + }, "title" : { "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "Robert Gratza", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock", + "Tore Andersson", + "Veesh Goldman", + "William Gilmore" + ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
