From f898350f6dcf48c48b8986326e286139dd73f48f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 10 Dec 2019 11:11:22 +0000 Subject: - Added solutions by Ryan Thompson. --- stats/pwc-current.json | 99 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 59 insertions(+), 40 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index fc83dfba6d..6e773cb2b0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,28 +1,11 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
" - }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2019-12-09 18:08:41 GMT" - }, "series" : [ { - "name" : "Perl Weekly Challenge - 038", - "colorByPoint" : 1, "data" : [ { "name" : "E. Choroba", @@ -30,23 +13,39 @@ "drilldown" : "E. Choroba" }, { - "name" : "Pete Houston", + "drilldown" : "Pete Houston", "y" : 1, - "drilldown" : "Pete Houston" + "name" : "Pete Houston" }, { - "name" : "Roger Bell West", "drilldown" : "Roger Bell West", + "name" : "Roger Bell West", "y" : 4 }, { - "name" : "Simon Proctor", + "drilldown" : "Ryan Thompson", + "y" : 4, + "name" : "Ryan Thompson" + }, + { "drilldown" : "Simon Proctor", - "y" : 2 + "y" : 2, + "name" : "Simon Proctor" } - ] + ], + "name" : "Perl Weekly Challenge - 038", + "colorByPoint" : 1 } ], + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, "drilldown" : { "series" : [ { @@ -60,17 +59,16 @@ ] }, { + "name" : "Pete Houston", + "id" : "Pete Houston", "data" : [ [ "Perl 5", 1 ] - ], - "id" : "Pete Houston", - "name" : "Pete Houston" + ] }, { - "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -81,32 +79,53 @@ 2 ] ], + "id" : "Roger Bell West", "name" : "Roger Bell West" }, { - "name" : "Simon Proctor", + "id" : "Ryan Thompson", + "data" : [ + [ + "Perl 5", + 2 + ], + [ + "Perl 6", + 2 + ] + ], + "name" : "Ryan Thompson" + }, + { + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Simon Proctor" + "name" : "Simon Proctor" } ] }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2019-12-10 11:11:03 GMT" + }, + "xAxis" : { + "type" : "category" }, "title" : { "text" : "Perl Weekly Challenge - 038" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
", + "followPointer" : 1 }, - "legend" : { - "enabled" : 0 + "chart" : { + "type" : "column" } } -- cgit