diff options
Diffstat (limited to 'stats/pwc-master-stats.json')
| -rw-r--r-- | stats/pwc-master-stats.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/stats/pwc-master-stats.json b/stats/pwc-master-stats.json index 2c1f8dcb9f..da6aaaee5e 100644 --- a/stats/pwc-master-stats.json +++ b/stats/pwc-master-stats.json @@ -1,15 +1,12 @@ { - "subtitle" : { - "text" : "[Champions: 68] Last updated at 2019-04-08 10:32:08 GMT" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -88,6 +85,10 @@ "stacking" : "percent" } }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { "data" : [ @@ -147,7 +148,7 @@ 4, 2, 2, - 0, + 2, 0, 2, 4, @@ -221,7 +222,7 @@ 0, 0, 0, - 0, + 2, 3, 0, 4, @@ -236,11 +237,10 @@ ] } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 68] Last updated at 2019-04-09 10:13:08 GMT" } } |
