From b9612ffb288e8011c490898a55b4f81ebf110fdd Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 15 Jun 2020 15:08:40 +0100 Subject: - Added solutions by Javier Luque. --- stats/pwc-current.json | 123 +++++++++++++++++++++++++++++-------------------- 1 file changed, 73 insertions(+), 50 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 5f28604584..985b133ec3 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,15 +1,61 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "series" : [ + { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 065", + "data" : [ + { + "y" : 2, + "name" : "Andrew Shitov", + "drilldown" : "Andrew Shitov" + }, + { + "drilldown" : "Javier Luque", + "name" : "Javier Luque", + "y" : 5 + }, + { + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari", + "y" : 4 + } + ] + } + ], + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 } }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" + }, + "title" : { + "text" : "Perl Weekly Challenge - 065" + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2020-06-15 14:08:30 GMT" + }, + "xAxis" : { + "type" : "category" + }, "legend" : { "enabled" : 0 }, "drilldown" : { "series" : [ { + "id" : "Andrew Shitov", + "name" : "Andrew Shitov", "data" : [ [ "Raku", @@ -19,12 +65,27 @@ "Blog", 1 ] - ], - "id" : "Andrew Shitov", - "name" : "Andrew Shitov" + ] + }, + { + "id" : "Javier Luque", + "name" : "Javier Luque", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ], + [ + "Blog", + 1 + ] + ] }, { - "name" : "Luca Ferrari", "id" : "Luca Ferrari", "data" : [ [ @@ -35,52 +96,14 @@ "Blog", 2 ] - ] + ], + "name" : "Luca Ferrari" } ] }, - "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" - } - ] + "yAxis" : { + "title" : { + "text" : "Total Solutions" } - ], - "title" : { - "text" : "Perl Weekly Challenge - 065" - }, - "xAxis" : { - "type" : "category" } } -- cgit