From b581120077cdaeafad72cebe2f41d98c42199584 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 9 May 2019 11:07:50 +0100 Subject: - Added solutions by Joelle Maslak and Gustavo Chaves. --- stats/pwc-current.json | 108 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 71 insertions(+), 37 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 5e860a3eac..05392493f0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,93 +1,127 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } } }, - "title" : { - "text" : "Perl Weekly Challenge - 007" + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-05-07 14:23:53 GMT" + "legend" : { + "enabled" : 0 }, - "xAxis" : { - "type" : "category" + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "{series.name}
", + "pointerFormat" : "{point.name}: {point.y:f}
" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 007" }, "drilldown" : { "series" : [ { - "name" : "Dave Jacoby", + "id" : "Dave Jacoby", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Dave Jacoby" + "name" : "Dave Jacoby" }, { - "id" : "Ozzy", + "id" : "Gustavo Chaves", "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "Gustavo Chaves" + }, + { + "name" : "Joelle Maslak", + "data" : [ + [ + "Perl 5", + 1 + ], [ "Perl 6", 1 ] ], - "name" : "Ozzy" + "id" : "Joelle Maslak" }, { + "id" : "Ozzy", + "name" : "Ozzy", "data" : [ [ "Perl 6", 1 ] - ], + ] + }, + { "name" : "Simon Proctor", + "data" : [ + [ + "Perl 6", + 1 + ] + ], "id" : "Simon Proctor" } ] }, - "legend" : { - "enabled" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, - "tooltip" : { - "pointerFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
", - "followPointer" : 1 + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2019-05-09 10:07:03 GMT" + }, + "xAxis" : { + "type" : "category" }, "series" : [ { "colorByPoint" : 1, "data" : [ { - "drilldown" : "Dave Jacoby", "y" : 2, + "drilldown" : "Dave Jacoby", "name" : "Dave Jacoby" }, { + "drilldown" : "Gustavo Chaves", + "name" : "Gustavo Chaves", + "y" : 2 + }, + { + "y" : 2, + "name" : "Joelle Maslak", + "drilldown" : "Joelle Maslak" + }, + { + "y" : 1, "drilldown" : "Ozzy", - "name" : "Ozzy", - "y" : 1 + "name" : "Ozzy" }, { "y" : 1, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" } ], "name" : "Champions" } - ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - } + ] } -- cgit