From e4ec6fd9f31c65a9a55fb48c6c1b5ea1ad3a2efa Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 7 Jun 2022 16:17:22 +0100 Subject: - Added solutions by Stephen G Lynn. --- stats/pwc-current.json | 127 ++++++++++++++++++++++++++++--------------------- 1 file changed, 73 insertions(+), 54 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 919b120ca1..d15e68523c 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,91 +1,70 @@ { - "xAxis" : { - "type" : "category" - }, "title" : { "text" : "The Weekly Challenge - 168" }, "series" : [ { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 168", "data" : [ { "name" : "James Smith", - "drilldown" : "James Smith", - "y" : 3 + "y" : 3, + "drilldown" : "James Smith" }, { - "drilldown" : "Luca Ferrari", "name" : "Luca Ferrari", - "y" : 8 + "y" : 8, + "drilldown" : "Luca Ferrari" }, { + "name" : "Mark Anderson", "y" : 2, - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" + "drilldown" : "Mark Anderson" }, { "y" : 2, - "name" : "Marton Polgar", - "drilldown" : "Marton Polgar" + "drilldown" : "Marton Polgar", + "name" : "Marton Polgar" }, { - "y" : 3, "name" : "Peter Campbell Smith", + "y" : 3, "drilldown" : "Peter Campbell Smith" }, { "y" : 4, - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West" + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West" }, { - "y" : 6, "name" : "Ryan Thompson", - "drilldown" : "Ryan Thompson" + "drilldown" : "Ryan Thompson", + "y" : 6 + }, + { + "name" : "Stephen G Lynn", + "y" : 2, + "drilldown" : "Stephen G Lynn" }, { - "y" : 3, "name" : "W. Luis Mochan", - "drilldown" : "W. Luis Mochan" + "drilldown" : "W. Luis Mochan", + "y" : 3 } - ] + ], + "name" : "The Weekly Challenge - 168", + "colorByPoint" : 1 } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "legend" : { "enabled" : 0 }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, "subtitle" : { - "text" : "[Champions: 8] Last updated at 2022-06-07 13:10:59 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
", - "followPointer" : 1 + "text" : "[Champions: 9] Last updated at 2022-06-07 15:15:08 GMT" }, "drilldown" : { "series" : [ { "id" : "James Smith", - "name" : "James Smith", "data" : [ [ "Perl", @@ -95,9 +74,11 @@ "Blog", 1 ] - ] + ], + "name" : "James Smith" }, { + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -108,7 +89,6 @@ 6 ] ], - "name" : "Luca Ferrari", "id" : "Luca Ferrari" }, { @@ -128,12 +108,11 @@ 2 ] ], - "name" : "Marton Polgar", - "id" : "Marton Polgar" + "id" : "Marton Polgar", + "name" : "Marton Polgar" }, { "id" : "Peter Campbell Smith", - "name" : "Peter Campbell Smith", "data" : [ [ "Perl", @@ -143,7 +122,8 @@ "Blog", 1 ] - ] + ], + "name" : "Peter Campbell Smith" }, { "id" : "Roger Bell_West", @@ -161,6 +141,7 @@ }, { "name" : "Ryan Thompson", + "id" : "Ryan Thompson", "data" : [ [ "Perl", @@ -174,8 +155,21 @@ "Blog", 2 ] + ] + }, + { + "data" : [ + [ + "Perl", + 1 + ], + [ + "Raku", + 1 + ] ], - "id" : "Ryan Thompson" + "id" : "Stephen G Lynn", + "name" : "Stephen G Lynn" }, { "data" : [ @@ -188,9 +182,34 @@ 1 ] ], - "name" : "W. Luis Mochan", - "id" : "W. Luis Mochan" + "id" : "W. Luis Mochan", + "name" : "W. Luis Mochan" } ] + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } } } -- cgit