diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index b4e2847791..555ef84bcf 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,21 +1,17 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "subtitle" : { + "text" : "[Champions: 303] Last updated at 2023-12-31 12:49:23 GMT" + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 }, "series" : [ { @@ -151,7 +147,7 @@ 4, 1, 0, - 240, + 241, 4, 1, 13, @@ -943,12 +939,16 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 303] Last updated at 2023-12-31 12:36:23 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" }, "chart" : { "type" : "column" }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "3ter", |
