diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 322437ab5c..8feb3a81f6 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,13 +1,6 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-06-25 23:40:29 GMT" }, "series" : [ { @@ -116,11 +109,6 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Bejoy Mathews", @@ -155,13 +143,25 @@ "Darren Bottin" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-06-25 22:54:30 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" } } |
