From 8f229ddc13570f5a8adae0751634fc3cf81b4e7a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Jan 2020 15:24:33 +0000 Subject: - Added PWC 041 stats. --- stats/pwc-current.json | 54 +++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index aa1e479f5b..ecaa4d17ef 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,15 +1,6 @@ { - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "legend" : { + "enabled" : 0 }, "drilldown" : { "series" : [ @@ -25,39 +16,48 @@ } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 042" - }, - "legend" : { - "enabled" : 0 - }, "series" : [ { + "colorByPoint" : 1, "name" : "Perl Weekly Challenge - 042", "data" : [ { - "y" : 2, "drilldown" : "Kivanc Yazan", - "name" : "Kivanc Yazan" + "name" : "Kivanc Yazan", + "y" : 2 } - ], - "colorByPoint" : 1 + ] } ], + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 042" + }, + "xAxis" : { + "type" : "category" + }, "tooltip" : { "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
", - "followPointer" : 1 + "followPointer" : 1, + "headerFormat" : "{series.name}
" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2020-01-06 15:20:47 GMT" + "chart" : { + "type" : "column" }, - "xAxis" : { - "type" : "category" + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2020-01-06 15:23:53 GMT" } } -- cgit