From a3c82344c19bb927beed4b1b03a056d5e99db0ed Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 10 Dec 2019 11:38:24 +0000 Subject: - Added solutions by Andrezgz. --- stats/pwc-current.json | 147 +++++++++++++++++++++++++++---------------------- 1 file changed, 81 insertions(+), 66 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6e773cb2b0..ac23c31829 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,66 +1,29 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "series" : [ - { - "data" : [ - { - "name" : "E. Choroba", - "y" : 2, - "drilldown" : "E. Choroba" - }, - { - "drilldown" : "Pete Houston", - "y" : 1, - "name" : "Pete Houston" - }, - { - "drilldown" : "Roger Bell West", - "name" : "Roger Bell West", - "y" : 4 - }, - { - "drilldown" : "Ryan Thompson", - "y" : 4, - "name" : "Ryan Thompson" - }, - { - "drilldown" : "Simon Proctor", - "y" : 2, - "name" : "Simon Proctor" - } - ], - "name" : "Perl Weekly Challenge - 038", - "colorByPoint" : 1 - } - ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, "drilldown" : { "series" : [ { - "name" : "E. Choroba", - "id" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Andrezgz", + "id" : "Andrezgz" + }, + { + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "E. Choroba", + "id" : "E. Choroba" }, { - "name" : "Pete Houston", "id" : "Pete Houston", + "name" : "Pete Houston", "data" : [ [ "Perl 5", @@ -69,6 +32,8 @@ ] }, { + "name" : "Roger Bell West", + "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -78,12 +43,9 @@ "Perl 6", 2 ] - ], - "id" : "Roger Bell West", - "name" : "Roger Bell West" + ] }, { - "id" : "Ryan Thompson", "data" : [ [ "Perl 5", @@ -94,38 +56,91 @@ 2 ] ], - "name" : "Ryan Thompson" + "name" : "Ryan Thompson", + "id" : "Ryan Thompson" }, { - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], + "id" : "Simon Proctor", "name" : "Simon Proctor" } ] }, - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2019-12-10 11:11:03 GMT" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } }, "xAxis" : { "type" : "category" }, - "title" : { - "text" : "Perl Weekly Challenge - 038" - }, "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
", "followPointer" : 1 }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2019-12-10 11:36:54 GMT" + }, + "series" : [ + { + "data" : [ + { + "drilldown" : "Andrezgz", + "y" : 2, + "name" : "Andrezgz" + }, + { + "name" : "E. Choroba", + "y" : 2, + "drilldown" : "E. Choroba" + }, + { + "drilldown" : "Pete Houston", + "name" : "Pete Houston", + "y" : 1 + }, + { + "name" : "Roger Bell West", + "y" : 4, + "drilldown" : "Roger Bell West" + }, + { + "y" : 4, + "name" : "Ryan Thompson", + "drilldown" : "Ryan Thompson" + }, + { + "y" : 2, + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" + } + ], + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 038" + } + ], "chart" : { "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 038" } } -- cgit