From d47108fb2faeb3b23f6ad108fc6685586d87b88c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Jun 2019 15:04:07 +0100 Subject: - Added solution by Joe Tym. --- stats/pwc-current.json | 98 +++++++++++++++++++++++++------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 10c4cc26f5..6ced4bba5e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,93 +1,93 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 013" - }, - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-06-17 13:43:59 GMT" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
" - }, "drilldown" : { "series" : [ { "name" : "Joelle Maslak", - "id" : "Joelle Maslak", "data" : [ [ "Perl 6", 1 ] - ] + ], + "id" : "Joelle Maslak" }, { - "name" : "Kevin Colyer", + "id" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Kevin Colyer" + "name" : "Kevin Colyer" }, { - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] ], - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "id" : "Simon Proctor" } ] }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 013" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" + }, + "xAxis" : { + "type" : "category" + }, "series" : [ { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 013", "data" : [ { "name" : "Joelle Maslak", - "drilldown" : "Joelle Maslak", - "y" : 1 + "y" : 1, + "drilldown" : "Joelle Maslak" }, { - "name" : "Kevin Colyer", + "drilldown" : "Kevin Colyer", "y" : 2, - "drilldown" : "Kevin Colyer" + "name" : "Kevin Colyer" }, { - "y" : 1, "drilldown" : "Simon Proctor", + "y" : 1, "name" : "Simon Proctor" } - ], - "name" : "Perl Weekly Challenge - 013", - "colorByPoint" : 1 + ] } - ] + ], + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2019-06-17 14:03:09 GMT" + } } -- cgit