From 526a273f4ff4be2fea95c472e97d9b821524835f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 28 Apr 2022 00:07:59 +0100 Subject: - Added solutions by E. Choroba. --- stats/pwc-summary.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 21c684967b..d752bbcd40 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,22 +1,6 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 255] Last updated at 2022-04-27 21:00:32 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "text" : "[Champions: 255] Last updated at 2022-04-27 23:03:17 GMT" }, "plotOptions" : { "column" : { @@ -282,6 +266,22 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { "name" : "Perl", @@ -347,7 +347,7 @@ 0, 43, 147, - 157, + 158, 1, 4, 12, @@ -544,6 +544,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -800,10 +801,10 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1060,8 +1061,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ] } -- cgit