From 025f9f357e976ed6267a733beb992fb5ef6998ce Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 27 Dec 2021 10:52:32 +0000 Subject: - Added solution by Mark Anderson. --- stats/pwc-current.json | 63 +++++++++++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 24 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index c6f97abcab..510d53b92e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,10 +1,4 @@ { - "title" : { - "text" : "The Weekly Challenge - 145" - }, - "xAxis" : { - "type" : "category" - }, "plotOptions" : { "series" : { "dataLabels" : { @@ -14,37 +8,61 @@ "borderWidth" : 0 } }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge - 145" + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-12-27 10:37:44 GMT" - }, "series" : [ { + "colorByPoint" : 1, "data" : [ { + "drilldown" : "Mark Anderson", + "y" : 1, + "name" : "Mark Anderson" + }, + { + "drilldown" : "Mohammad S Anwar", "y" : 1, - "name" : "Mohammad S Anwar", - "drilldown" : "Mohammad S Anwar" + "name" : "Mohammad S Anwar" } ], - "name" : "The Weekly Challenge - 145", - "colorByPoint" : 1 + "name" : "The Weekly Challenge - 145" } ], + "xAxis" : { + "type" : "category" + }, + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-12-27 10:50:55 GMT" + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ + { + "id" : "Mark Anderson", + "data" : [ + [ + "Raku", + 1 + ] + ], + "name" : "Mark Anderson" + }, { "id" : "Mohammad S Anwar", "name" : "Mohammad S Anwar", @@ -56,8 +74,5 @@ ] } ] - }, - "legend" : { - "enabled" : 0 } } -- cgit