From 0f7fdabf6fb91baf184331e7243d17bc9c92d88a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 13 Dec 2021 10:49:50 +0000 Subject: - Added contributions to week 142 by Simon Green. --- stats/pwc-current.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 28e38ce29d..ba19ce52d9 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,4 +1,13 @@ { + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "The Weekly Challenge - 143" + }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "series" : { "borderWidth" : 0, @@ -8,15 +17,12 @@ } } }, - "title" : { - "text" : "The Weekly Challenge - 143" - }, "series" : [ { "data" : [ { - "name" : "Mohammad S Anwar", "drilldown" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar", "y" : 1 } ], @@ -24,14 +30,19 @@ "colorByPoint" : 1 } ], + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" + }, "legend" : { "enabled" : 0 }, "drilldown" : { "series" : [ { - "id" : "Mohammad S Anwar", "name" : "Mohammad S Anwar", + "id" : "Mohammad S Anwar", "data" : [ [ "Perl", @@ -41,23 +52,12 @@ } ] }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1 - }, - "xAxis" : { - "type" : "category" + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2021-12-13 10:48:24 GMT" }, "yAxis" : { "title" : { "text" : "Total Solutions" } - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-12-13 10:07:51 GMT" } } -- cgit