From cd2d851909ee80f7b32411de39b81b22e10cc07a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 30 Apr 2020 06:55:54 +0100 Subject: - Added Raku solutions to Challenge 046. --- stats/pwc-summary.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 67e54b2fe7..e64581ef56 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -163,20 +163,15 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 160] Last updated at 2020-04-30 05:55:47 GMT" + }, "tooltip" : { "shared" : 1, "pointFormat" : "{series.name}: {point.y}
" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 160] Last updated at 2020-04-30 04:25:54 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, @@ -454,7 +449,7 @@ 0, 0, 0, - 10, + 11, 0, 0, 4, @@ -681,7 +676,12 @@ ] } ], - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } -- cgit