From e13ec6b435490da7ea3b8bee5041a219b4ded85f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 2 May 2019 10:53:37 +0100 Subject: - Added solutions by Maxim Kolodyazhny. --- stats/pwc-current.json | 169 +++++++++++++++++++++++++++---------------------- 1 file changed, 92 insertions(+), 77 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 2c5fc28ba5..e1555f8308 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,75 +1,15 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 006" - }, - "legend" : { - "enabled" : 0 - }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "Champions", - "data" : [ - { - "name" : "Alicia Bielsa", - "y" : 1, - "drilldown" : "Alicia Bielsa" - }, - { - "y" : 2, - "name" : "Andrezgz", - "drilldown" : "Andrezgz" - }, - { - "drilldown" : "Athanasius", - "name" : "Athanasius", - "y" : 2 - }, - { - "drilldown" : "Gustavo Chaves", - "y" : 2, - "name" : "Gustavo Chaves" - }, - { - "drilldown" : "Joelle Maslak", - "name" : "Joelle Maslak", - "y" : 4 - }, - { - "drilldown" : "Simon Proctor", - "y" : 1, - "name" : "Simon Proctor" - }, - { - "drilldown" : "Tim Smith", - "name" : "Tim Smith", - "y" : 2 - } - ] - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { - "id" : "Alicia Bielsa", - "name" : "Alicia Bielsa", "data" : [ [ "Perl 5", 1 ] - ] + ], + "name" : "Alicia Bielsa", + "id" : "Alicia Bielsa" }, { "data" : [ @@ -93,16 +33,15 @@ }, { "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Gustavo Chaves" + ] }, { - "id" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -113,45 +52,121 @@ 2 ] ], + "id" : "Joelle Maslak", "name" : "Joelle Maslak" }, { - "name" : "Simon Proctor", + "data" : [ + [ + "Perl 5", + 1 + ] + ], + "id" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny" + }, + { "data" : [ [ "Perl 6", 1 ] ], - "id" : "Simon Proctor" + "id" : "Simon Proctor", + "name" : "Simon Proctor" }, { "name" : "Tim Smith", + "id" : "Tim Smith", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Tim Smith" + ] } ] }, + "xAxis" : { + "type" : "category" + }, + "series" : [ + { + "data" : [ + { + "y" : 1, + "name" : "Alicia Bielsa", + "drilldown" : "Alicia Bielsa" + }, + { + "y" : 2, + "name" : "Andrezgz", + "drilldown" : "Andrezgz" + }, + { + "y" : 2, + "name" : "Athanasius", + "drilldown" : "Athanasius" + }, + { + "name" : "Gustavo Chaves", + "y" : 2, + "drilldown" : "Gustavo Chaves" + }, + { + "drilldown" : "Joelle Maslak", + "name" : "Joelle Maslak", + "y" : 4 + }, + { + "name" : "Maxim Kolodyazhny", + "y" : 1, + "drilldown" : "Maxim Kolodyazhny" + }, + { + "name" : "Simon Proctor", + "y" : 1, + "drilldown" : "Simon Proctor" + }, + { + "name" : "Tim Smith", + "y" : 2, + "drilldown" : "Tim Smith" + } + ], + "colorByPoint" : 1, + "name" : "Champions" + } + ], + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 006" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "tooltip" : { - "headerFormat" : "{series.name}
", + "pointerFormat" : "{point.name}: {point.y:f}
", "followPointer" : 1, - "pointerFormat" : "{point.name}: {point.y:f}
" + "headerFormat" : "{series.name}
" + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2019-05-02 09:52:35 GMT" + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "series" : { "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" }, "borderWidth" : 0 } - }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2019-05-01 15:12:47 GMT" } } -- cgit