From 08e116e40ba3cff85f73e507cbf7895e5ab9f755 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 2 Sep 2022 11:34:51 +0100 Subject: - Added solutions by Dario Mazzeo. --- stats/pwc-summary.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 4e3dfa582d..7bfc90dc2a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,15 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { "title" : { "text" : "" @@ -6,17 +17,11 @@ "min" : 0 }, "subtitle" : { - "text" : "[Champions: 267] Last updated at 2022-09-02 10:12:17 GMT" - }, - "chart" : { - "type" : "column" + "text" : "[Champions: 267] Last updated at 2022-09-02 10:29:55 GMT" }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -289,11 +294,6 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -348,7 +348,7 @@ 26, 3, 1, - 7, + 8, 3, 32, 154, @@ -840,6 +840,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1108,8 +1109,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ] } -- cgit