diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 10b88b55c9..e9db35a983 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,10 @@ { "subtitle" : { - "text" : "[Champions: 112] Last updated at 2019-09-01 13:12:20 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "text" : "[Champions: 112] Last updated at 2019-09-01 17:18:50 GMT" }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -69,7 +60,7 @@ 2, 2, 4, - 35, + 37, 0, 6, 10, @@ -127,8 +118,7 @@ 2, 9, 21 - ], - "name" : "Perl 5" + ] }, { "name" : "Perl 6", @@ -248,6 +238,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -361,21 +352,9 @@ 1, 2, 14 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -491,5 +470,26 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } |
