diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index c53d145418..5ec51f7089 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,7 +1,4 @@ { - "chart" : { - "type" : "column" - }, "series" : [ { "data" : [ @@ -112,10 +109,6 @@ "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "Matt Latusek", @@ -150,18 +143,25 @@ "Robert Gratza" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-03-28 13:14:33 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-03-28 12:59:03 GMT" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
