From db0755b8dd9daa003523cbcd53759ced09ae7dfd Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 2 Jan 2022 11:27:10 +0000 Subject: - Added solutions by Athanasius. --- stats/pwc-summary-121-150.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'stats/pwc-summary-121-150.json') diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 0b1660096a..19f73758b8 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -33,29 +33,14 @@ "Miguel Prz" ] }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-12-31 02:06:41 GMT" + "text" : "[Champions: 30] Last updated at 2022-01-02 10:56:31 GMT" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + }, + "min" : 0 }, "series" : [ { @@ -129,6 +114,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -160,8 +146,22 @@ 0, 0, 0 - ], - "name" : "Blog" + ] + } + ], + "plotOptions" : { + "column" : { + "stacking" : "percent" } - ] + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + } } -- cgit