diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 226724a6b5..7e4ae3e1b8 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,25 @@ { - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 303] Last updated at 2023-12-03 22:26:39 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, "xAxis" : { "categories" : [ "3ter", @@ -318,11 +327,8 @@ "Yves Orton" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - }, - "subtitle" : { - "text" : "[Champions: 303] Last updated at 2023-12-03 20:15:50 GMT" + "chart" : { + "type" : "column" }, "series" : [ { @@ -942,6 +948,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1246,14 +1253,7 @@ 5, 10, 1 - ], - "name" : "Blog" - } - ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + ] } - } + ] } |
