From 836d38f7f0a03d3f130d77b60d9582ff72169176 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 4 Jul 2020 17:40:42 +0100 Subject: - Added solutions by Yet Ebreo. --- 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 4afea26229..25a9f4f81b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,23 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "subtitle" : { + "text" : "[Champions: 170] Last updated at 2020-07-04 16:39:40 GMT" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -354,7 +365,7 @@ 28, 1, 2, - 37, + 38, 11 ] }, @@ -709,19 +720,8 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "tooltip" : { "shared" : 1, "pointFormat" : "{series.name}: {point.y}
" - }, - "subtitle" : { - "text" : "[Champions: 170] Last updated at 2020-07-04 13:49:44 GMT" } } -- cgit