diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-02 10:53:37 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-02 10:53:37 +0100 |
| commit | e13ec6b435490da7ea3b8bee5041a219b4ded85f (patch) | |
| tree | 31c471e34bb777c086cfb33bccadfbed8d275acd /stats/pwc-current.json | |
| parent | 68d2bdf447ac5d75084333c1804a8df7ca359f63 (diff) | |
| download | perlweeklychallenge-club-e13ec6b435490da7ea3b8bee5041a219b4ded85f.tar.gz perlweeklychallenge-club-e13ec6b435490da7ea3b8bee5041a219b4ded85f.tar.bz2 perlweeklychallenge-club-e13ec6b435490da7ea3b8bee5041a219b4ded85f.zip | |
- Added solutions by Maxim Kolodyazhny.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 169 |
1 files changed, 92 insertions, 77 deletions
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" : "<span style='font-size:11px'>{series.name}</span><br/>", + "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", "followPointer" : 1, - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, + "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" } } |
