From 80af7bd3f960b97c76a2eea0937a650c959638f4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Jun 2019 17:16:12 +0100 Subject: - Added solution by Pete Houston. --- stats/pwc-current.json | 69 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 27 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6ced4bba5e..8348040344 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -2,45 +2,47 @@ "drilldown" : { "series" : [ { - "name" : "Joelle Maslak", + "id" : "Joelle Maslak", "data" : [ [ "Perl 6", 1 ] ], - "id" : "Joelle Maslak" + "name" : "Joelle Maslak" }, { - "id" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Kevin Colyer" + "name" : "Kevin Colyer", + "id" : "Kevin Colyer" }, { + "name" : "Pete Houston", "data" : [ [ - "Perl 6", + "Perl 5", 1 ] ], + "id" : "Pete Houston" + }, + { "name" : "Simon Proctor", + "data" : [ + [ + "Perl 6", + 1 + ] + ], "id" : "Simon Proctor" } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, "title" : { "text" : "Perl Weekly Challenge - 013" }, @@ -53,16 +55,16 @@ } } }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : 0 }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, - "xAxis" : { - "type" : "category" + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2019-06-17 16:15:37 GMT" }, "series" : [ { @@ -70,14 +72,19 @@ "name" : "Perl Weekly Challenge - 013", "data" : [ { + "drilldown" : "Joelle Maslak", "name" : "Joelle Maslak", - "y" : 1, - "drilldown" : "Joelle Maslak" + "y" : 1 }, { "drilldown" : "Kevin Colyer", - "y" : 2, - "name" : "Kevin Colyer" + "name" : "Kevin Colyer", + "y" : 2 + }, + { + "drilldown" : "Pete Houston", + "name" : "Pete Houston", + "y" : 1 }, { "drilldown" : "Simon Proctor", @@ -87,7 +94,15 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-06-17 14:03:09 GMT" + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" } } -- cgit