diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 47fce273ff..efb65f0ace 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,19 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 110] Last updated at 2019-08-25 14:32:19 GMT" }, "series" : [ { @@ -206,7 +210,7 @@ 4, 0, 0, - 22, + 23, 0, 0, 0, @@ -358,18 +362,14 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 110] Last updated at 2019-08-25 14:28:18 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "xAxis" : { "categories" : [ "Aaron Sherman", |
