From e1cebcb299a7ddafcaa9d19c4cd1ac39d108a708 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 23 Feb 2022 08:08:45 +0000 Subject: - Added solutions by Matthew Neleigh. --- stats/pwc-summary.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 05d670e7c4..5a8ee3e9fc 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,24 +1,14 @@ { - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, "subtitle" : { - "text" : "[Champions: 250] Last updated at 2022-02-22 13:41:12 GMT" + "text" : "[Champions: 250] Last updated at 2022-02-23 08:06:33 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "series" : [ { @@ -165,7 +155,7 @@ 0, 0, 2, - 32, + 33, 0, 2, 4, @@ -1041,7 +1031,17 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "chart" : { + "type" : "column" } } -- cgit