From 7627bc0c643f2642f217330ff71fdeef04a079a5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 10 Aug 2020 10:50:39 +0100 Subject: - Added solutions by Andrew Shitov. --- stats/pwc-current.json | 77 +++++++++++++++++++++++++++++++------------------- 1 file changed, 48 insertions(+), 29 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 9a225b0f45..57456ef624 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,29 +1,26 @@ { + "title" : { + "text" : "Perl Weekly Challenge - 073" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - }, - "borderWidth" : 0 + } } }, "legend" : { "enabled" : 0 }, "subtitle" : { - "text" : "[Champions: 2] Last updated at 2020-08-10 09:36:39 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
" - }, - "title" : { - "text" : "Perl Weekly Challenge - 073" + "text" : "[Champions: 3] Last updated at 2020-08-10 09:49:45 GMT" }, "xAxis" : { "type" : "category" @@ -31,48 +28,70 @@ "drilldown" : { "series" : [ { - "id" : "Dave Jacoby", - "name" : "Dave Jacoby", + "id" : "Andrew Shitov", + "data" : [ + [ + "Raku", + 2 + ], + [ + "Blog", + 1 + ] + ], + "name" : "Andrew Shitov" + }, + { "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "Dave Jacoby", + "id" : "Dave Jacoby" }, { - "id" : "Mark Anderson", "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ] + ], + "id" : "Mark Anderson" } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" }, "series" : [ { "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 073", "data" : [ + { + "y" : 3, + "drilldown" : "Andrew Shitov", + "name" : "Andrew Shitov" + }, { "drilldown" : "Dave Jacoby", - "name" : "Dave Jacoby", - "y" : 2 + "y" : 2, + "name" : "Dave Jacoby" }, { + "name" : "Mark Anderson", "y" : 2, - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" + "drilldown" : "Mark Anderson" } - ] + ], + "name" : "Perl Weekly Challenge - 073" } ] } -- cgit