diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index c6eadabb69..477ddbdec4 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,21 +1,31 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2020-04-06 17:32:02 GMT" }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { + "name" : "Perl", "data" : [ 17, - 30, + 32, 1, 2, 48, 21 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -55,17 +65,7 @@ "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 6] Last updated at 2020-04-06 17:15:35 GMT" - }, - "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" } } |
