From a75f2fa5d08fc4e7ebd0f190eab077ef8f8badba Mon Sep 17 00:00:00 2001 From: Mohammad Sajid Anwar Date: Tue, 20 Aug 2024 08:13:03 +0100 Subject: - Added solutions by Packy Anderson. --- stats/pwc-summary.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 9be617ac1b..7836f4633f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,4 @@ { - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "xAxis" : { "categories" : [ "3ter", @@ -326,8 +316,23 @@ "Yves Orton" ] }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, "subtitle" : { - "text" : "[Champions: 313] Last updated at 2024-08-19 22:02:07 GMT" + "text" : "[Champions: 313] Last updated at 2024-08-20 07:12:49 GMT" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -543,7 +548,7 @@ 0, 0, 5, - 56, + 57, 9, 250, 2, @@ -702,8 +707,8 @@ 6, 0, 0, - 1, 8, + 1, 0, 104, 0, @@ -860,7 +865,7 @@ 0, 20, 0, - 56, + 57, 0, 0, 0, @@ -1179,7 +1184,7 @@ 0, 0, 0, - 56, + 57, 0, 0, 1, @@ -1285,11 +1290,6 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "yAxis" : { "title" : { "text" : "" -- cgit