From 1594215dac459eef085ceadcf8ffe2e7280ffecb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 2 Feb 2022 09:38:24 +0000 Subject: - Added solutions by Marton Polgar. --- stats/pwc-summary.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ed0429b27a..fcba687b50 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -254,6 +254,27 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 248] Last updated at 2022-02-02 09:33:40 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "data" : [ @@ -650,7 +671,7 @@ 48, 3, 1, - 2, + 3, 0, 0, 0, @@ -1014,26 +1035,5 @@ ], "name" : "Blog" } - ], - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-02-02 09:24:23 GMT" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - } + ] } -- cgit