From 8a31937973502d51f7fa20ff76583bc5d9e33e2c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 11 Sep 2019 09:34:36 +0100 Subject: - Added solutions by Yet Ebreo. --- stats/pwc-summary.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d4ce6a56cc..02b4712b9a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -363,13 +348,12 @@ 0, 0, 2, - 9, + 11, 0 ], "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -484,16 +468,32 @@ 1, 3, 14 - ] + ], + "name" : "Blog" } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "subtitle" : { + "text" : "[Champions: 113] Last updated at 2019-09-11 08:34:10 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } - }, - "subtitle" : { - "text" : "[Champions: 113] Last updated at 2019-09-10 18:43:32 GMT" } } -- cgit