diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 5210b642ff..9550a95a21 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,16 +1,6 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-09-23 15:30:07 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -42,10 +32,10 @@ 25, 46, 44 - ] + ], + "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 6, 0, @@ -77,7 +67,8 @@ 0, 0, 0 - ] + ], + "name" : "Perl 6" }, { "data" : [ @@ -115,21 +106,9 @@ "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "chart" : { "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -163,5 +142,26 @@ "Duncan C. White", "E. Choroba" ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-09-23 16:09:22 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
