From c5ed2c98762a4b56a628419317c14dfd8e276b74 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 16 Oct 2021 22:58:02 +0100 Subject: - Added solutions by Pete Houston. --- stats/pwc-summary.json | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index dd3dd11b9b..6026ee8983 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,14 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, "xAxis" : { "categories" : [ "3ter", @@ -244,14 +254,19 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "subtitle" : { + "text" : "[Champions: 241] Last updated at 2021-10-16 21:55:16 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 241] Last updated at 2021-10-16 13:46:16 GMT" + "chart" : { + "type" : "column" }, "series" : [ { @@ -426,7 +441,7 @@ 2, 4, 0, - 74, + 75, 0, 9, 1, @@ -747,6 +762,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -989,23 +1005,7 @@ 1, 5, 10 - ], - "name" : "Blog" - } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + ] } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - } + ] } -- cgit