From 1d14ced6b6ce2dd1bfc09326f43411c8d779b255 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 21 Sep 2020 22:05:00 +0100 Subject: - Added solution by Vinod Kumar K. --- stats/pwc-current.json | 123 +++++++++++++++++++++++++++---------------------- 1 file changed, 69 insertions(+), 54 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 69af0b7f07..997500583d 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,93 +1,108 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 079" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, "subtitle" : { - "text" : "[Champions: 3] Last updated at 2020-09-21 20:58:36 GMT" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } + "text" : "[Champions: 4] Last updated at 2020-09-21 21:04:42 GMT" }, "tooltip" : { - "followPointer" : 1, "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" + "headerFormat" : "{series.name}
", + "followPointer" : 1 }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Dave Cross", - "y" : 2, - "name" : "Dave Cross" - }, - { - "drilldown" : "Mark Anderson", - "y" : 2, - "name" : "Mark Anderson" - }, - { - "y" : 2, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 079" - } - ], "xAxis" : { "type" : "category" }, - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { + "id" : "Dave Cross", "data" : [ [ "Perl", 2 ] ], - "id" : "Dave Cross", "name" : "Dave Cross" }, { + "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson", - "name" : "Mark Anderson" + "id" : "Mark Anderson" }, { + "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + "name" : "Simon Proctor" + }, + { + "id" : "Vinod Kumar K", + "data" : [ + [ + "Perl", + 1 + ] + ], + "name" : "Vinod Kumar K" } ] + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 079" + }, + "chart" : { + "type" : "column" + }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 079", + "data" : [ + { + "y" : 2, + "drilldown" : "Dave Cross", + "name" : "Dave Cross" + }, + { + "y" : 2, + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson" + }, + { + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", + "y" : 2 + }, + { + "y" : 1, + "drilldown" : "Vinod Kumar K", + "name" : "Vinod Kumar K" + } + ], + "colorByPoint" : 1 + } + ], + "legend" : { + "enabled" : 0 } } -- cgit