From cf097f1dee3dc153df67d1a175b5d51eb5b535a4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 13 Apr 2021 18:00:11 +0100 Subject: - Added solutions to week 2 by Lakpa Tashi Bhutia. --- stats/pwc-summary.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f4d50c0dae..a086cd46d5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,18 +1,21 @@ { - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-04-13 16:59:25 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-04-13 15:12:44 GMT" - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -244,12 +247,8 @@ "text" : "" } }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -355,7 +354,7 @@ 24, 0, 9, - 1, + 2, 9, 8, 11, @@ -471,9 +470,11 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -695,8 +696,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ -- cgit