From b6dfe831cbda4c869683fe3c5ca9ae33576c8c6f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 9 May 2019 16:54:34 +0100 Subject: - Added solutions by Athanasius. --- stats/pwc-summary.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c0dba2e28f..aa8c11c3ad 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,7 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, "xAxis" : { "categories" : [ "Abigail", @@ -97,6 +85,17 @@ "Yary H" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { "name" : "Perl 5", @@ -112,7 +111,7 @@ 0, 0, 5, - 12, + 14, 0, 0, 4, @@ -268,12 +267,13 @@ } ], "subtitle" : { - "text" : "[Champions: 79] Last updated at 2019-05-09 10:07:03 GMT" + "text" : "[Champions: 79] Last updated at 2019-05-09 15:54:18 GMT" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } -- cgit