From 61a848a3387db99b19542d1e2f0afce293d4a339 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 5 Jul 2022 10:59:41 +0100 Subject: - Added solutions by Kjetil Skotheim. --- stats/pwc-current.json | 113 ++++++++++++++++++++++++++++--------------------- 1 file changed, 64 insertions(+), 49 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index b898eb560f..f2f2613da0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,28 +1,63 @@ { + "xAxis" : { + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge - 172" + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { - "name" : "Mark Anderson", - "id" : "Mark Anderson", + "data" : [ + [ + "Perl", + 2 + ] + ], + "name" : "Kjetil Skotheim", + "id" : "Kjetil Skotheim" + }, + { "data" : [ [ "Raku", 2 ] - ] + ], + "name" : "Mark Anderson", + "id" : "Mark Anderson" }, { - "id" : "PokGoPun", "data" : [ [ "Perl", 2 ] ], + "id" : "PokGoPun", "name" : "PokGoPun" }, { - "id" : "Robert DiCicco", "data" : [ [ "Perl", @@ -33,10 +68,10 @@ 1 ] ], - "name" : "Robert DiCicco" + "name" : "Robert DiCicco", + "id" : "Robert DiCicco" }, { - "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -47,10 +82,11 @@ 2 ] ], + "id" : "Roger Bell_West", "name" : "Roger Bell_West" }, { - "name" : "W. Luis Mochan", + "id" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -61,62 +97,36 @@ 1 ] ], - "id" : "W. Luis Mochan" + "name" : "W. Luis Mochan" }, { - "id" : "Walt Mankowski", "data" : [ [ "Perl", 2 ] ], + "id" : "Walt Mankowski", "name" : "Walt Mankowski" } ] }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" - }, - "title" : { - "text" : "The Weekly Challenge - 172" - }, - "legend" : { - "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, "subtitle" : { - "text" : "[Champions: 6] Last updated at 2022-07-05 08:13:05 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" + "text" : "[Champions: 7] Last updated at 2022-07-05 09:53:07 GMT" }, "series" : [ { - "colorByPoint" : 1, + "name" : "The Weekly Challenge - 172", "data" : [ + { + "drilldown" : "Kjetil Skotheim", + "name" : "Kjetil Skotheim", + "y" : 2 + }, { "y" : 2, - "name" : "Mark Anderson", - "drilldown" : "Mark Anderson" + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson" }, { "name" : "PokGoPun", @@ -139,12 +149,17 @@ "y" : 3 }, { + "y" : 2, "drilldown" : "Walt Mankowski", - "name" : "Walt Mankowski", - "y" : 2 + "name" : "Walt Mankowski" } ], - "name" : "The Weekly Challenge - 172" + "colorByPoint" : 1 + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" } - ] + } } -- cgit