From e73990e9d52f6b26764bc0f163bce9d93255d46e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 12 Jan 2021 00:29:17 +0000 Subject: - Added solutions by Stuart Little. --- stats/pwc-current.json | 73 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 29 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 2344e2143f..d65b009fcb 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,21 +1,20 @@ { - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-01-12 00:15:27 GMT" - }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" } } }, - "title" : { - "text" : "Perl Weekly Challenge - 095" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-01-12 00:28:29 GMT" }, "chart" : { "type" : "column" @@ -23,41 +22,57 @@ "drilldown" : { "series" : [ { - "name" : "James Smith", "id" : "James Smith", + "name" : "James Smith", "data" : [ [ "Perl", 2 ] ] + }, + { + "data" : [ + [ + "Raku", + 2 + ] + ], + "name" : "Stuart Little", + "id" : "Stuart Little" } ] }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" - }, "series" : [ { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 095", "data" : [ { "drilldown" : "James Smith", - "name" : "James Smith", + "y" : 2, + "name" : "James Smith" + }, + { + "drilldown" : "Stuart Little", + "name" : "Stuart Little", "y" : 2 } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 095" + ] } - ] + ], + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 095" + }, + "tooltip" : { + "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1 + } } -- cgit