From 4a65972b3a094e5d4bba245e0125e2cbab918f43 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 2 Sep 2019 11:39:16 +0100 Subject: - Added solutions by Scimon Proctor. --- stats/pwc-current.json | 105 +++++++++++++++++++++++++++++-------------------- 1 file changed, 62 insertions(+), 43 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 9c585826a3..a65bffabbd 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,67 +1,86 @@ { - "drilldown" : { - "series" : [ - { - "name" : "Joelle Maslak", - "id" : "Joelle Maslak", - "data" : [ - [ - "Perl 5", - 1 - ], - [ - "Perl 6", - 1 - ] - ] - } - ] + "title" : { + "text" : "Perl Weekly Challenge - 024" + }, + "tooltip" : { + "headerFormat" : "{series.name}
", + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Perl Weekly Challenge - 024", "data" : [ { + "name" : "Joelle Maslak", "y" : 2, - "drilldown" : "Joelle Maslak", - "name" : "Joelle Maslak" + "drilldown" : "Joelle Maslak" + }, + { + "y" : 3, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" } ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 024" + "colorByPoint" : 1 } ], - "xAxis" : { - "type" : "category" + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } }, - "title" : { - "text" : "Perl Weekly Challenge - 024" + "drilldown" : { + "series" : [ + { + "data" : [ + [ + "Perl 5", + 1 + ], + [ + "Perl 6", + 1 + ] + ], + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" + }, + { + "name" : "Simon Proctor", + "data" : [ + [ + "Perl 5", + 1 + ], + [ + "Perl 6", + 2 + ] + ], + "id" : "Simon Proctor" + } + ] }, "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-09-02 10:29:14 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
" + "text" : "[Champions: 2] Last updated at 2019-09-02 10:39:03 GMT" }, "legend" : { "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } } } -- cgit