From 0665e4bbb6e8a36c873bfc8cb1390a9a52ef6b49 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 18 Feb 2022 11:24:27 +0000 Subject: - Added solutions by Lubos Kolouch. --- stats/pwc-summary.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ddf4c597ab..16c9655e68 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,27 +1,12 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 250] Last updated at 2022-02-17 20:48:49 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "series" : [ { @@ -154,7 +139,7 @@ 146, 9, 1, - 84, + 85, 0, 0, 0, @@ -535,7 +520,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -787,9 +771,13 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -1043,5 +1031,17 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "subtitle" : { + "text" : "[Champions: 250] Last updated at 2022-02-18 11:22:42 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } -- cgit