From a1b9cd6231e64deb5961cdbbebec7798ddae8a31 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 27 Jul 2021 22:36:34 +0100 Subject: - Added solutions by Niels van Dijke. --- stats/pwc-current.json | 109 ++++++++++++++++++++++++++++--------------------- 1 file changed, 62 insertions(+), 47 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index b2b490b3ad..b84d73b30b 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -2,54 +2,76 @@ "series" : [ { "name" : "The Weekly Challenge - 123", - "colorByPoint" : 1, "data" : [ { + "name" : "Cheok-Yin Fung", "drilldown" : "Cheok-Yin Fung", - "y" : 2, - "name" : "Cheok-Yin Fung" + "y" : 2 }, { + "y" : 3, "drilldown" : "James Smith", - "name" : "James Smith", - "y" : 3 + "name" : "James Smith" }, { "drilldown" : "Lucas Ransan", - "name" : "Lucas Ransan", + "y" : 2, + "name" : "Lucas Ransan" + }, + { + "name" : "Markus Holzer", + "drilldown" : "Markus Holzer", "y" : 2 }, { + "drilldown" : "Niels van Dijke", "y" : 2, - "name" : "Markus Holzer", - "drilldown" : "Markus Holzer" + "name" : "Niels van Dijke" }, { - "drilldown" : "Simon Proctor", "y" : 2, + "drilldown" : "Simon Proctor", "name" : "Simon Proctor" } - ] + ], + "colorByPoint" : 1 } ], - "xAxis" : { - "type" : "category" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2021-07-27 21:36:14 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "headerFormat" : "{series.name}
", + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
" }, "drilldown" : { "series" : [ { "id" : "Cheok-Yin Fung", - "name" : "Cheok-Yin Fung", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "Cheok-Yin Fung" }, { - "name" : "James Smith", - "id" : "James Smith", "data" : [ [ "Perl", @@ -59,69 +81,62 @@ "Blog", 1 ] - ] + ], + "id" : "James Smith", + "name" : "James Smith" }, { - "name" : "Lucas Ransan", - "id" : "Lucas Ransan", "data" : [ [ "Raku", 2 ] - ] + ], + "id" : "Lucas Ransan", + "name" : "Lucas Ransan" }, { "id" : "Markus Holzer", - "name" : "Markus Holzer", "data" : [ [ "Raku", 2 ] + ], + "name" : "Markus Holzer" + }, + { + "name" : "Niels van Dijke", + "id" : "Niels van Dijke", + "data" : [ + [ + "Perl", + 2 + ] ] }, { + "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + "name" : "Simon Proctor" } ] }, + "title" : { + "text" : "The Weekly Challenge - 123" + }, "legend" : { "enabled" : 0 }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
", - "followPointer" : 1 + "xAxis" : { + "type" : "category" }, "chart" : { "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "title" : { - "text" : "The Weekly Challenge - 123" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2021-07-27 21:28:26 GMT" } } -- cgit