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 4718c40347..69c20477a3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,6 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 72] Last updated at 2019-04-13 22:12:01 GMT" }, "series" : [ { @@ -26,7 +16,7 @@ 0, 0, 4, - 7, + 6, 0, 0, 4, @@ -168,6 +158,13 @@ "name" : "Perl 6" } ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -176,8 +173,11 @@ "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 72] Last updated at 2019-04-13 22:04:25 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "xAxis" : { "categories" : [ |
