From 247da95cb9372355bd8152d773145bd35677c2f5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 5 Apr 2022 14:02:48 +0100 Subject: - Added solutions by Mark Anderson. --- stats/pwc-current.json | 91 +++++++++++++++++++++++++++++--------------------- 1 file changed, 53 insertions(+), 38 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8d4b36d1b2..9cabcad4ef 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,60 +1,51 @@ { - "legend" : { - "enabled" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2022-04-05 12:58:21 GMT" }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "xAxis" : { + "type" : "category" }, "series" : [ { "data" : [ { - "name" : "James Smith", "y" : 3, + "name" : "James Smith", "drilldown" : "James Smith" }, { - "drilldown" : "Roger Bell_West", + "y" : 2, + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson" + }, + { "y" : 4, - "name" : "Roger Bell_West" + "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West" } ], "name" : "The Weekly Challenge - 159", "colorByPoint" : 1 } ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "title" : { - "text" : "The Weekly Challenge - 159" - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2022-04-05 12:52:32 GMT" - }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "drilldown" : { "series" : [ { - "id" : "James Smith", + "name" : "James Smith", "data" : [ [ "Perl", @@ -65,10 +56,19 @@ 1 ] ], - "name" : "James Smith" + "id" : "James Smith" + }, + { + "name" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ], + "id" : "Mark Anderson" }, { - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -79,8 +79,23 @@ 2 ] ], - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" } ] + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge - 159" + }, + "legend" : { + "enabled" : 0 + }, + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
", + "followPointer" : 1 } } -- cgit