From 5ac6928803515f0180a2e0c4e1a3c3cccf111d3b Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 15 Jun 2020 15:04:05 +0100 Subject: - Added solutions by Luca Ferrari. --- stats/pwc-current.json | 87 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 53 insertions(+), 34 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f6454d196e..5f28604584 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,12 +1,15 @@ { - "xAxis" : { - "type" : "category" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 }, "drilldown" : { "series" : [ { - "name" : "Andrew Shitov", - "id" : "Andrew Shitov", "data" : [ [ "Raku", @@ -16,52 +19,68 @@ "Blog", 1 ] + ], + "id" : "Andrew Shitov", + "name" : "Andrew Shitov" + }, + { + "name" : "Luca Ferrari", + "id" : "Luca Ferrari", + "data" : [ + [ + "Raku", + 2 + ], + [ + "Blog", + 2 + ] ] } ] }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2020-06-15 14:03:52 GMT" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" + }, "series" : [ { + "name" : "Perl Weekly Challenge - 065", + "colorByPoint" : 1, "data" : [ { "name" : "Andrew Shitov", "y" : 2, "drilldown" : "Andrew Shitov" + }, + { + "name" : "Luca Ferrari", + "y" : 4, + "drilldown" : "Luca Ferrari" } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 065" + ] } ], - "tooltip" : { - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1 - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2020-06-15 06:57:20 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge - 065" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "xAxis" : { + "type" : "category" } } -- cgit