From a620de2dcf2f0510f4bac760cd0a650be2e8b2df Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Dec 2021 20:20:26 +0000 Subject: - Added solutions by Abigail. --- stats/pwc-current.json | 101 ++++++++++++++++++++++++++++--------------------- 1 file changed, 58 insertions(+), 43 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 192cc6d4e7..1a272b6f64 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,52 +1,57 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "subtitle" : { - "text" : "[Champions: 5] Last updated at 2021-12-06 20:06:32 GMT" + "text" : "[Champions: 6] Last updated at 2021-12-06 20:19:18 GMT" + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "enabled" : 1, + "format" : "{point.y}" + } } }, - "tooltip" : { - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" - }, - "title" : { - "text" : "The Weekly Challenge - 142" + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ { - "name" : "Andrew Shitov", + "name" : "Abigail", + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "Abigail" + }, + { "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ] + ], + "name" : "Andrew Shitov" }, { + "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] ], - "name" : "E. Choroba", - "id" : "E. Choroba" + "name" : "E. Choroba" }, { + "name" : "Luca Ferrari", + "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -56,22 +61,19 @@ "Blog", 4 ] - ], - "name" : "Luca Ferrari", - "id" : "Luca Ferrari" + ] }, { + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson", "name" : "Mark Anderson" }, { - "id" : "Roger Bell_West", "name" : "Roger Bell_West", "data" : [ [ @@ -82,34 +84,51 @@ "Raku", 2 ] - ] + ], + "id" : "Roger Bell_West" } ] }, - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : 0 }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
" + }, "series" : [ { + "colorByPoint" : 1, "name" : "The Weekly Challenge - 142", "data" : [ { - "name" : "Andrew Shitov", + "name" : "Abigail", + "drilldown" : "Abigail", + "y" : 2 + }, + { "y" : 1, - "drilldown" : "Andrew Shitov" + "drilldown" : "Andrew Shitov", + "name" : "Andrew Shitov" }, { - "y" : 2, "drilldown" : "E. Choroba", + "y" : 2, "name" : "E. Choroba" }, { + "name" : "Luca Ferrari", "drilldown" : "Luca Ferrari", - "y" : 6, - "name" : "Luca Ferrari" + "y" : 6 }, { "name" : "Mark Anderson", @@ -117,15 +136,11 @@ "y" : 2 }, { + "name" : "Roger Bell_West", "drilldown" : "Roger Bell_West", - "y" : 4, - "name" : "Roger Bell_West" + "y" : 4 } - ], - "colorByPoint" : 1 + ] } - ], - "xAxis" : { - "type" : "category" - } + ] } -- cgit