From 29f232aa862f9494fda39c51ca5d185014e0cebb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 19 Jan 2021 09:11:10 +0000 Subject: - Added solutions by E. Choroba. --- stats/pwc-current.json | 145 +++++++++++++++++++++++++++---------------------- 1 file changed, 80 insertions(+), 65 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8493c84e5f..14b40122a0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,43 +1,51 @@ { - "subtitle" : { - "text" : "[Champions: 11] Last updated at 2021-01-19 09:05:16 GMT" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 096" }, - "xAxis" : { - "type" : "category" + "subtitle" : { + "text" : "[Champions: 12] Last updated at 2021-01-19 09:10:48 GMT" }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
" + "legend" : { + "enabled" : 0 }, "drilldown" : { "series" : [ { - "id" : "Andrew Shitov", + "name" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] ], - "name" : "Andrew Shitov" + "id" : "Andrew Shitov" }, { - "id" : "Ben Davies", - "name" : "Ben Davies", "data" : [ [ "Raku", 2 ] + ], + "id" : "Ben Davies", + "name" : "Ben Davies" + }, + { + "name" : "E. Choroba", + "id" : "E. Choroba", + "data" : [ + [ + "Perl", + 2 + ] ] }, { - "id" : "Flavio Poletti", - "name" : "Flavio Poletti", "data" : [ [ "Perl", @@ -47,20 +55,22 @@ "Blog", 2 ] - ] + ], + "id" : "Flavio Poletti", + "name" : "Flavio Poletti" }, { + "id" : "James Smith", "data" : [ [ "Perl", 2 ] ], - "name" : "James Smith", - "id" : "James Smith" + "name" : "James Smith" }, { - "name" : "Luca Ferrari", + "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -71,7 +81,7 @@ 2 ] ], - "id" : "Luca Ferrari" + "name" : "Luca Ferrari" }, { "id" : "Mark Anderson", @@ -84,16 +94,17 @@ "name" : "Mark Anderson" }, { - "id" : "Philip Hood", "data" : [ [ "Raku", 2 ] ], + "id" : "Philip Hood", "name" : "Philip Hood" }, { + "name" : "Roger Bell_West", "id" : "Roger Bell_West", "data" : [ [ @@ -104,18 +115,17 @@ "Raku", 2 ] - ], - "name" : "Roger Bell_West" + ] }, { "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] - ], - "id" : "Simon Proctor" + ] }, { "name" : "Stuart Little", @@ -132,6 +142,7 @@ "id" : "Stuart Little" }, { + "id" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -142,30 +153,49 @@ 1 ] ], - "name" : "W. Luis Mochan", - "id" : "W. Luis Mochan" + "name" : "W. Luis Mochan" } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 096" + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } }, - "legend" : { - "enabled" : 0 + "chart" : { + "type" : "column" + }, + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" + }, + "xAxis" : { + "type" : "category" }, "series" : [ { + "name" : "Perl Weekly Challenge - 096", "colorByPoint" : 1, "data" : [ { - "drilldown" : "Andrew Shitov", + "name" : "Andrew Shitov", "y" : 1, - "name" : "Andrew Shitov" + "drilldown" : "Andrew Shitov" + }, + { + "name" : "Ben Davies", + "y" : 2, + "drilldown" : "Ben Davies" }, { + "name" : "E. Choroba", "y" : 2, - "drilldown" : "Ben Davies", - "name" : "Ben Davies" + "drilldown" : "E. Choroba" }, { "drilldown" : "Flavio Poletti", @@ -173,24 +203,24 @@ "name" : "Flavio Poletti" }, { - "name" : "James Smith", "drilldown" : "James Smith", + "name" : "James Smith", "y" : 2 }, { "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari", - "y" : 4 + "y" : 4, + "drilldown" : "Luca Ferrari" }, { "drilldown" : "Mark Anderson", - "y" : 2, - "name" : "Mark Anderson" + "name" : "Mark Anderson", + "y" : 2 }, { - "drilldown" : "Philip Hood", + "name" : "Philip Hood", "y" : 2, - "name" : "Philip Hood" + "drilldown" : "Philip Hood" }, { "name" : "Roger Bell_West", @@ -198,36 +228,21 @@ "drilldown" : "Roger Bell_West" }, { - "y" : 2, "drilldown" : "Simon Proctor", + "y" : 2, "name" : "Simon Proctor" }, { + "name" : "Stuart Little", "y" : 4, - "drilldown" : "Stuart Little", - "name" : "Stuart Little" + "drilldown" : "Stuart Little" }, { "y" : 3, - "drilldown" : "W. Luis Mochan", - "name" : "W. Luis Mochan" + "name" : "W. Luis Mochan", + "drilldown" : "W. Luis Mochan" } - ], - "name" : "Perl Weekly Challenge - 096" - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + ] } - } + ] } -- cgit