From 5d085b4ecc314d2d71e6eec5eef21904c9a6e965 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 7 Jun 2022 11:56:02 +0100 Subject: - Added solutions by Roger Bell_West. --- stats/pwc-summary.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e8c395781f..5116539f57 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,9 @@ { - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-06-06 13:17:27 GMT" + "text" : "[Champions: 258] Last updated at 2022-06-07 10:37:14 GMT" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "xAxis" : { "categories" : [ @@ -272,11 +267,23 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -489,7 +496,7 @@ 1, 0, 1, - 152, + 153, 57, 39, 28, @@ -536,8 +543,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -753,7 +759,7 @@ 3, 16, 0, - 140, + 141, 57, 29, 0, @@ -1069,11 +1075,5 @@ "tooltip" : { "shared" : 1, "pointFormat" : "{series.name}: {point.y}
" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 } } -- cgit