From 5388317c317e1e2c9c19e4567b0c1428666cbfe5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 1 Nov 2022 17:48:24 +0000 Subject: - Added Perl solutions to the week 189. --- 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 0e8608a946..29ee30d5a3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,22 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "tooltip" : { "shared" : 1, "pointFormat" : "{series.name}: {point.y}
" }, + "subtitle" : { + "text" : "[Champions: 275] Last updated at 2022-11-01 17:46:37 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -181,7 +188,7 @@ 0, 0, 1, - 99, + 100, 0, 20, 7, @@ -286,11 +293,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -567,9 +572,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -846,10 +853,12 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -1129,19 +1138,10 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "subtitle" : { - "text" : "[Champions: 275] Last updated at 2022-11-01 16:59:08 GMT" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } } } -- cgit