From 9ff2f5368866e9e637f8f27f3488178cf6ee8501 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 20 Jul 2021 12:48:28 +0100 Subject: - Added solutions by Mark Anderson. --- stats/pwc-current.json | 71 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 28 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index ea3f518126..ff3c3ec024 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,19 +1,31 @@ { - "title" : { - "text" : "The Weekly Challenge - 122" + "chart" : { + "type" : "column" }, "legend" : { "enabled" : 0 }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge - 122" }, - "xAxis" : { - "type" : "category" + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } }, "drilldown" : { "series" : [ { + "id" : "James Smith", "data" : [ [ "Perl", @@ -24,13 +36,27 @@ 1 ] ], - "name" : "James Smith", - "id" : "James Smith" + "name" : "James Smith" + }, + { + "id" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ], + "name" : "Mark Anderson" } ] }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-07-20 11:35:41 GMT" + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "series" : [ { @@ -39,29 +65,18 @@ "drilldown" : "James Smith", "y" : 3, "name" : "James Smith" + }, + { + "drilldown" : "Mark Anderson", + "y" : 2, + "name" : "Mark Anderson" } ], "colorByPoint" : 1, "name" : "The Weekly Challenge - 122" } ], - "tooltip" : { - "headerFormat" : "{series.name}
", - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-07-20 11:48:20 GMT" } } -- cgit