From 22d9002ac9cb7bccc913e08a33f09f0d2e5f55b8 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 7 Sep 2020 17:19:27 +0100 Subject: - Added solutions by Mark Anderson. --- stats/pwc-current.json | 89 +++++++++++++++++++++++++++++--------------------- 1 file changed, 52 insertions(+), 37 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 84d7edb41c..f6ce7b848a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,20 +1,26 @@ { - "xAxis" : { - "type" : "category" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 } } }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2020-09-07 16:18:41 GMT" + }, "drilldown" : { "series" : [ { "name" : "Andrew Shitov", + "id" : "Andrew Shitov", "data" : [ [ "Raku", @@ -24,8 +30,17 @@ "Blog", 1 ] + ] + }, + { + "data" : [ + [ + "Raku", + 2 + ] ], - "id" : "Andrew Shitov" + "id" : "Mark Anderson", + "name" : "Mark Anderson" }, { "name" : "Roger Bell_West", @@ -53,49 +68,49 @@ } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 077" - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2020-09-07 15:51:55 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : 0 - }, "series" : [ { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 077", "data" : [ { "drilldown" : "Andrew Shitov", - "name" : "Andrew Shitov", - "y" : 2 + "y" : 2, + "name" : "Andrew Shitov" + }, + { + "y" : 2, + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson" }, { - "drilldown" : "Roger Bell_West", "name" : "Roger Bell_West", - "y" : 4 + "y" : 4, + "drilldown" : "Roger Bell_West" }, { "name" : "Simon Proctor", - "drilldown" : "Simon Proctor", - "y" : 2 + "y" : 2, + "drilldown" : "Simon Proctor" } - ], - "name" : "Perl Weekly Challenge - 077", - "colorByPoint" : 1 + ] } - ] + ], + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" + }, + "title" : { + "text" : "Perl Weekly Challenge - 077" + } } -- cgit