From 4542da44511d2be33b479dda89d8ecf530f2f9ca Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 29 May 2022 22:59:07 +0100 Subject: - Added solutions by Duncan C. White. --- stats/pwc-summary.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index cf9b501aa1..315e5a36e0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,25 +1,19 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "tooltip" : { "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -282,6 +276,15 @@ "Yozen Hernandez" ] }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 258] Last updated at 2022-05-29 21:57:25 GMT" + }, "series" : [ { "name" : "Perl", @@ -346,7 +349,7 @@ 0, 0, 43, - 151, + 152, 162, 1, 4, @@ -1072,8 +1075,5 @@ 10 ] } - ], - "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-05-29 18:07:20 GMT" - } + ] } -- cgit