From 2ad94df4ae128bed9a2d05bf659fdd73770819fb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 9 Dec 2019 16:42:53 +0000 Subject: - Added solutions by E. Choroba. --- stats/pwc-current.json | 89 +++++++++++++++++++++++++++++--------------------- 1 file changed, 52 insertions(+), 37 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index eb484246c0..765a6d0086 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,72 +1,75 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 038" + "chart" : { + "type" : "column" }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-12-09 13:32:24 GMT" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" - }, "series" : [ { - "colorByPoint" : 1, "name" : "Perl Weekly Challenge - 038", "data" : [ { - "y" : 1, + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { "name" : "Pete Houston", + "y" : 1, "drilldown" : "Pete Houston" }, { - "y" : 4, "name" : "Roger Bell West", - "drilldown" : "Roger Bell West" + "drilldown" : "Roger Bell West", + "y" : 4 }, { + "drilldown" : "Simon Proctor", "y" : 1, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "name" : "Simon Proctor" } - ] + ], + "colorByPoint" : 1 } ], + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "title" : { + "text" : "Perl Weekly Challenge - 038" + }, "drilldown" : { "series" : [ { + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "E. Choroba", + "id" : "E. Choroba" + }, + { + "id" : "Pete Houston", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Pete Houston", - "id" : "Pete Houston" + "name" : "Pete Houston" }, { - "name" : "Roger Bell West", + "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -77,7 +80,7 @@ 2 ] ], - "id" : "Roger Bell West" + "name" : "Roger Bell West" }, { "data" : [ @@ -91,7 +94,19 @@ } ] }, - "xAxis" : { - "type" : "category" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2019-12-09 16:42:34 GMT" + }, + "legend" : { + "enabled" : 0 } } -- cgit