From 642b9c4df5cd463cbb354cbcfbefecb97cc97fa5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 27 Sep 2022 09:48:40 +0100 Subject: - Added solutions by Ulrich Rieke. --- stats/pwc-summary.json | 52 +++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index cd9f28cfd0..da41e6e6da 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,16 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 270] Last updated at 2022-09-27 08:46:26 GMT" + }, "series" : [ { "data" : [ @@ -258,7 +270,7 @@ 1, 3, 0, - 134, + 135, 12, 9, 12, @@ -533,7 +545,7 @@ 0, 0, 1, - 135, + 136, 0, 2, 0, @@ -826,30 +838,6 @@ "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 270] Last updated at 2022-09-27 07:48:21 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "3ter", @@ -1123,5 +1111,17 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } -- cgit