From b6dfe831cbda4c869683fe3c5ca9ae33576c8c6f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 9 May 2019 16:54:34 +0100 Subject: - Added solutions by Athanasius. --- stats/pwc-current.json | 155 +++++++++++++++++++++++++++---------------------- 1 file changed, 85 insertions(+), 70 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 05392493f0..e74042d289 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,51 +1,109 @@ { - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2019-05-09 15:54:18 GMT" }, - "chart" : { - "type" : "column" + "series" : [ + { + "colorByPoint" : 1, + "name" : "Champions", + "data" : [ + { + "drilldown" : "Athanasius", + "y" : 2, + "name" : "Athanasius" + }, + { + "y" : 2, + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby" + }, + { + "drilldown" : "Gustavo Chaves", + "y" : 2, + "name" : "Gustavo Chaves" + }, + { + "name" : "Joelle Maslak", + "drilldown" : "Joelle Maslak", + "y" : 2 + }, + { + "drilldown" : "Ozzy", + "y" : 1, + "name" : "Ozzy" + }, + { + "y" : 1, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + } + ] + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "legend" : { "enabled" : 0 }, + "title" : { + "text" : "Perl Weekly Challenge - 007" + }, "tooltip" : { + "pointerFormat" : "{point.name}: {point.y:f}
", "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointerFormat" : "{point.name}: {point.y:f}
" + "headerFormat" : "{series.name}
" }, - "title" : { - "text" : "Perl Weekly Challenge - 007" + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ { - "id" : "Dave Jacoby", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Dave Jacoby" + "id" : "Athanasius", + "name" : "Athanasius" }, { - "id" : "Gustavo Chaves", + "name" : "Dave Jacoby", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Gustavo Chaves" + "id" : "Dave Jacoby" + }, + { + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves", + "data" : [ + [ + "Perl 5", + 2 + ] + ] }, { - "name" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -56,72 +114,29 @@ 1 ] ], - "id" : "Joelle Maslak" + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" }, { - "id" : "Ozzy", - "name" : "Ozzy", "data" : [ [ "Perl 6", 1 ] - ] + ], + "id" : "Ozzy", + "name" : "Ozzy" }, { "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ], - "id" : "Simon Proctor" + ] } ] - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2019-05-09 10:07:03 GMT" - }, - "xAxis" : { - "type" : "category" - }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "y" : 2, - "drilldown" : "Dave Jacoby", - "name" : "Dave Jacoby" - }, - { - "drilldown" : "Gustavo Chaves", - "name" : "Gustavo Chaves", - "y" : 2 - }, - { - "y" : 2, - "name" : "Joelle Maslak", - "drilldown" : "Joelle Maslak" - }, - { - "y" : 1, - "drilldown" : "Ozzy", - "name" : "Ozzy" - }, - { - "y" : 1, - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" - } - ], - "name" : "Champions" - } - ] + } } -- cgit