diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index bb0baf71fe..849e716a78 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,8 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -177,11 +178,15 @@ ] }, "subtitle" : { - "text" : "[Champions: 169] Last updated at 2020-06-20 23:30:35 GMT" + "text" : "[Champions: 169] Last updated at 2020-06-21 11:22:04 GMT" }, "chart" : { "type" : "column" }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { "name" : "Perl", @@ -210,7 +215,7 @@ 0, 15, 0, - 21, + 22, 1, 42, 0, @@ -706,11 +711,6 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, |
