From de95dcac8917e3dd95ba233317b77c623d145b09 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 10 Sep 2019 19:43:45 +0100 Subject: - Added solutions by Laurent Rosenfeld. --- stats/pwc-current.json | 129 +++++++++++++++++++++++++++++-------------------- 1 file changed, 76 insertions(+), 53 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index fba32bd2eb..ccef6896c7 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,93 +1,116 @@ { - "legend" : { - "enabled" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "name" : "Laurent Rosenfeld", + "y" : 5, + "drilldown" : "Laurent Rosenfeld" + }, + { + "drilldown" : "Roger Bell West", + "name" : "Roger Bell West", + "y" : 2 + }, + { + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", + "y" : 1 + }, + { + "name" : "Yet Ebreo", + "y" : 2, + "drilldown" : "Yet Ebreo" + } + ], + "name" : "Perl Weekly Challenge - 025" + } + ], "drilldown" : { "series" : [ + { + "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", + "data" : [ + [ + "Perl 5", + 2 + ], + [ + "Perl 6", + 2 + ], + [ + "Blog", + 1 + ] + ] + }, { "name" : "Roger Bell West", + "id" : "Roger Bell West", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Roger Bell West" + ] }, { "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ], - "id" : "Simon Proctor" + ] }, { - "id" : "Yet Ebreo", - "name" : "Yet Ebreo", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Yet Ebreo", + "id" : "Yet Ebreo" } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-09-10 10:56:36 GMT" + "text" : "[Champions: 4] Last updated at 2019-09-10 18:43:32 GMT" }, - "chart" : { - "type" : "column" + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" }, "xAxis" : { "type" : "category" }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 025", - "data" : [ - { - "y" : 2, - "name" : "Roger Bell West", - "drilldown" : "Roger Bell West" - }, - { - "y" : 1, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - }, - { - "name" : "Yet Ebreo", - "drilldown" : "Yet Ebreo", - "y" : 2 - } - ] - } - ], + "chart" : { + "type" : "column" + }, "title" : { "text" : "Perl Weekly Challenge - 025" }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
" + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "legend" : { + "enabled" : 0 } } -- cgit