diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-02 14:29:32 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-02 14:29:32 +0100 |
| commit | 7964bbf45a5f5ff3037bf8fd98781e72bb03f1c8 (patch) | |
| tree | 8f45888ecf94279795b38560fb16198642ec64ab /stats/pwc-current.json | |
| parent | e13ec6b435490da7ea3b8bee5041a219b4ded85f (diff) | |
| download | perlweeklychallenge-club-7964bbf45a5f5ff3037bf8fd98781e72bb03f1c8.tar.gz perlweeklychallenge-club-7964bbf45a5f5ff3037bf8fd98781e72bb03f1c8.tar.bz2 perlweeklychallenge-club-7964bbf45a5f5ff3037bf8fd98781e72bb03f1c8.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 187 |
1 files changed, 103 insertions, 84 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index e1555f8308..13549e7383 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,15 +1,90 @@ { + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "tooltip" : { + "followPointer" : 1, + "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/>" + }, + "title" : { + "text" : "Perl Weekly Challenge - 006" + }, + "series" : [ + { + "name" : "Champions", + "data" : [ + { + "y" : 1, + "drilldown" : "Alicia Bielsa", + "name" : "Alicia Bielsa" + }, + { + "drilldown" : "Andrezgz", + "y" : 2, + "name" : "Andrezgz" + }, + { + "name" : "Athanasius", + "y" : 2, + "drilldown" : "Athanasius" + }, + { + "drilldown" : "Gustavo Chaves", + "y" : 2, + "name" : "Gustavo Chaves" + }, + { + "y" : 4, + "drilldown" : "Joelle Maslak", + "name" : "Joelle Maslak" + }, + { + "drilldown" : "Laurent Rosenfeld", + "y" : 2, + "name" : "Laurent Rosenfeld" + }, + { + "drilldown" : "Maxim Kolodyazhny", + "y" : 1, + "name" : "Maxim Kolodyazhny" + }, + { + "y" : 1, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + }, + { + "y" : 2, + "drilldown" : "Tim Smith", + "name" : "Tim Smith" + } + ], + "colorByPoint" : 1 + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { + "id" : "Alicia Bielsa", + "name" : "Alicia Bielsa", "data" : [ [ "Perl 5", 1 ] - ], - "name" : "Alicia Bielsa", - "id" : "Alicia Bielsa" + ] }, { "data" : [ @@ -22,24 +97,24 @@ "id" : "Andrezgz" }, { - "id" : "Athanasius", "name" : "Athanasius", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Athanasius" }, { - "id" : "Gustavo Chaves", - "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves" }, { "data" : [ @@ -52,32 +127,46 @@ 2 ] ], - "id" : "Joelle Maslak", - "name" : "Joelle Maslak" + "name" : "Joelle Maslak", + "id" : "Joelle Maslak" }, { + "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", 1 + ], + [ + "Perl 6", + 1 ] ], + "id" : "Laurent Rosenfeld" + }, + { "id" : "Maxim Kolodyazhny", - "name" : "Maxim Kolodyazhny" + "name" : "Maxim Kolodyazhny", + "data" : [ + [ + "Perl 5", + 1 + ] + ] }, { + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] ], - "id" : "Simon Proctor", "name" : "Simon Proctor" }, { - "name" : "Tim Smith", "id" : "Tim Smith", + "name" : "Tim Smith", "data" : [ [ "Perl 6", @@ -87,78 +176,8 @@ } ] }, - "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" : { - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "followPointer" : 1, - "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" + "text" : "[Champions: 9] Last updated at 2019-05-02 13:28:30 GMT" }, "plotOptions" : { "series" : { |
