From 6207d0c796712d05e9c3ed7c341d3e445a7eb0e0 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 4 Jul 2022 21:23:09 +0100 Subject: - Added solutions by PokGoPun. --- stats/pwc-current.json | 83 +++++++++++++++++++++++++++++--------------------- 1 file changed, 49 insertions(+), 34 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 304e90cc00..855a8b6bde 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,7 +1,35 @@ { + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2022-07-04 20:17:57 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "drilldown" : { "series" : [ { + "name" : "PokGoPun", + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "PokGoPun" + }, + { + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -12,56 +40,43 @@ 2 ] ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + "id" : "Roger Bell_West" } ] }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge - 172" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } }, "tooltip" : { - "headerFormat" : "{series.name}
", "followPointer" : 1, + "headerFormat" : "{series.name}
", "pointFormat" : "{point.name}: {point.y:f}
" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2022-07-04 19:51:18 GMT" - }, "series" : [ { "colorByPoint" : 1, "data" : [ { - "drilldown" : "Roger Bell_West", + "drilldown" : "PokGoPun", + "y" : 2, + "name" : "PokGoPun" + }, + { + "y" : 4, "name" : "Roger Bell_West", - "y" : 4 + "drilldown" : "Roger Bell_West" } ], "name" : "The Weekly Challenge - 172" } - ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "The Weekly Challenge - 172" - } + ] } -- cgit