From 2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 15 Sep 2020 16:49:26 +0100 Subject: - Added solutions by E. Choroba. --- 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 1d803b3a35..59287bd326 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 188] Last updated at 2020-09-15 15:02:22 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { "data" : [ @@ -55,7 +49,7 @@ 0, 35, 67, - 73, + 74, 1, 4, 11, @@ -586,24 +580,30 @@ ] } ], + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 188] Last updated at 2020-09-15 15:48:02 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + } }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", -- cgit