From c678224f677b433c0d0bbd1b3ab68e5da32fc255 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 4 May 2021 06:56:36 +0100 Subject: - Added solutions by Luca Ferrari. --- stats/pwc-current.json | 93 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 56 insertions(+), 37 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index a7877a34b8..9d34b7d62a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,78 +1,97 @@ { - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2021-05-04 05:49:25 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, "drilldown" : { "series" : [ { "id" : "E. Choroba", - "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "E. Choroba" }, { - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 + ], + [ + "Blog", + 2 ] ], - "id" : "Mark Anderson" + "name" : "Luca Ferrari", + "id" : "Luca Ferrari" + }, + { + "id" : "Mark Anderson", + "name" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ] } ] }, + "legend" : { + "enabled" : 0 + }, "series" : [ { + "colorByPoint" : 1, "name" : "Perl Weekly Challenge - 111", "data" : [ { + "drilldown" : "E. Choroba", "y" : 2, - "name" : "E. Choroba", - "drilldown" : "E. Choroba" + "name" : "E. Choroba" + }, + { + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari", + "y" : 4 }, { - "name" : "Mark Anderson", "drilldown" : "Mark Anderson", - "y" : 2 + "y" : 2, + "name" : "Mark Anderson" } - ], - "colorByPoint" : 1 + ] } ], - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2021-05-04 05:56:13 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } }, "xAxis" : { "type" : "category" }, - "legend" : { - "enabled" : 0 - }, "title" : { "text" : "Perl Weekly Challenge - 111" + }, + "chart" : { + "type" : "column" } } -- cgit