From 72a7634b2ec6ed242fbf75de7349e2adf2b9eb0a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 7 May 2019 15:24:49 +0100 Subject: - Added solutions by Dave Jacoby. --- stats/pwc-current.json | 73 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 29 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 416285344a..5e860a3eac 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,10 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2019-05-07 12:16:29 GMT" - }, - "legend" : { - "enabled" : 0 - }, "yAxis" : { "title" : { "text" : "Total Solutions" @@ -13,66 +7,87 @@ "title" : { "text" : "Perl Weekly Challenge - 007" }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointerFormat" : "{point.name}: {point.y:f}
" + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2019-05-07 14:23:53 GMT" }, "xAxis" : { "type" : "category" }, + "chart" : { + "type" : "column" + }, "drilldown" : { "series" : [ { - "name" : "Ozzy", + "name" : "Dave Jacoby", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "Dave Jacoby" + }, + { + "id" : "Ozzy", "data" : [ [ "Perl 6", 1 ] ], - "id" : "Ozzy" + "name" : "Ozzy" }, { - "id" : "Simon Proctor", - "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ] + ], + "name" : "Simon Proctor", + "id" : "Simon Proctor" } ] }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : 0 }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } + "tooltip" : { + "pointerFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
", + "followPointer" : 1 }, "series" : [ { "colorByPoint" : 1, "data" : [ { - "name" : "Ozzy", + "drilldown" : "Dave Jacoby", + "y" : 2, + "name" : "Dave Jacoby" + }, + { "drilldown" : "Ozzy", + "name" : "Ozzy", "y" : 1 }, { - "drilldown" : "Simon Proctor", + "y" : 1, "name" : "Simon Proctor", - "y" : 1 + "drilldown" : "Simon Proctor" } ], "name" : "Champions" } - ] + ], + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + } } -- cgit