From 47cb14f536d75aa0865fa00e19f5983cf53eaaed Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 27 Jan 2022 17:17:01 +0000 Subject: - Added solutions by Matthew Neleigh. --- stats/pwc-summary.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c006c9714a..bb8b36392d 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,25 @@ { + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, "xAxis" : { "categories" : [ "3ter", @@ -402,7 +418,7 @@ 0, 0, 2, - 29, + 30, 0, 2, 4, @@ -1018,22 +1034,6 @@ } ], "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-01-27 16:45:51 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "text" : "[Champions: 248] Last updated at 2022-01-27 17:14:20 GMT" } } -- cgit