From 4e0418c9b179d732585ac7da3bccf66ff8550cc7 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 29 Apr 2020 13:48:08 +0100 Subject: - Added solution by Scimon Proctor. --- stats/pwc-summary.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 28fe892190..4c06f3183b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,17 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { "name" : "Perl", @@ -316,7 +303,7 @@ 5, 0, 0, - 55, + 56, 0, 0, 0, @@ -509,6 +496,22 @@ "name" : "Blog" } ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -673,15 +676,12 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 160] Last updated at 2020-04-29 12:45:50 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "subtitle" : { - "text" : "[Champions: 160] Last updated at 2020-04-29 12:20:36 GMT" - }, - "chart" : { - "type" : "column" } } -- cgit