From 4e02f92de9966212e9748e5817b2de62022b6087 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 24 May 2021 10:59:24 +0100 Subject: - Added solutions by Scimon Proctor. --- stats/pwc-current.json | 125 +++++++++++++++++++++++++++---------------------- 1 file changed, 70 insertions(+), 55 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6ac9c777f7..1b7adec370 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,18 +1,76 @@ { + "series" : [ + { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 114", + "data" : [ + { + "drilldown" : "Dave Cross", + "y" : 2, + "name" : "Dave Cross" + }, + { + "y" : 4, + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari" + }, + { + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", + "y" : 2 + } + ] + } + ], + "tooltip" : { + "headerFormat" : "{series.name}
", + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "legend" : { + "enabled" : 0 + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2021-05-24 09:58:22 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 114" + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { + "id" : "Dave Cross", "data" : [ [ "Perl", 2 ] ], - "name" : "Dave Cross", - "id" : "Dave Cross" + "name" : "Dave Cross" }, { "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -22,61 +80,18 @@ "Blog", 2 ] + ] + }, + { + "data" : [ + [ + "Raku", + 2 + ] ], - "name" : "Luca Ferrari" + "name" : "Simon Proctor", + "id" : "Simon Proctor" } ] - }, - "tooltip" : { - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2021-05-24 09:53:44 GMT" - }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "name" : "Dave Cross", - "y" : 2, - "drilldown" : "Dave Cross" - }, - { - "y" : 4, - "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" - } - ], - "name" : "Perl Weekly Challenge - 114" - } - ], - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge - 114" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : 0 } } -- cgit