diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-29 04:53:44 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-29 04:53:44 +0100 |
| commit | cbd215087a95836d6a0a7a1996402b22cded50fb (patch) | |
| tree | 18d05cb268483df5a416b7ba109063f9be3ae43a /stats/pwc-current.json | |
| parent | 9453b7d6e3723f70ae35fb05c28c821ada1971f8 (diff) | |
| download | perlweeklychallenge-club-cbd215087a95836d6a0a7a1996402b22cded50fb.tar.gz perlweeklychallenge-club-cbd215087a95836d6a0a7a1996402b22cded50fb.tar.bz2 perlweeklychallenge-club-cbd215087a95836d6a0a7a1996402b22cded50fb.zip | |
- Added solution by Yet Ebreo.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 230 |
1 files changed, 117 insertions, 113 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index de5d89c466..c2ec2d1b76 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,174 +1,87 @@ { - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge - 027" }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 027", - "data" : [ - { - "name" : "Andrezgz", - "y" : 2, - "drilldown" : "Andrezgz" - }, - { - "drilldown" : "Duane Powell", - "y" : 2, - "name" : "Duane Powell" - }, - { - "y" : 2, - "name" : "E. Choroba", - "drilldown" : "E. Choroba" - }, - { - "drilldown" : "Kevin Colyer", - "y" : 2, - "name" : "Kevin Colyer" - }, - { - "drilldown" : "Lubos Kolouch", - "name" : "Lubos Kolouch", - "y" : 2 - }, - { - "drilldown" : "Mark Anderson", - "y" : 1, - "name" : "Mark Anderson" - }, - { - "y" : 2, - "name" : "Noud", - "drilldown" : "Noud" - }, - { - "y" : 3, - "name" : "Roger Bell West", - "drilldown" : "Roger Bell West" - }, - { - "y" : 2, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - }, - { - "y" : 2, - "name" : "Trenton Langer", - "drilldown" : "Trenton Langer" - }, - { - "drilldown" : "Yet Ebreo", - "name" : "Yet Ebreo", - "y" : 2 - } - ], - "colorByPoint" : 1 - } - ], "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "subtitle" : { - "text" : "[Champions: 11] Last updated at 2019-09-29 03:25:51 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 027" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, "drilldown" : { "series" : [ { - "name" : "Andrezgz", - "id" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Andrezgz", + "name" : "Andrezgz" }, { + "id" : "Duane Powell", "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Duane Powell" + ] }, { - "name" : "E. Choroba", - "id" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "E. Choroba", + "id" : "E. Choroba" }, { "name" : "Kevin Colyer", + "id" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Kevin Colyer" + ] }, { - "name" : "Lubos Kolouch", "data" : [ [ "Perl 5", 2 ] ], + "name" : "Lubos Kolouch", "id" : "Lubos Kolouch" }, { + "id" : "Mark Anderson", + "name" : "Mark Anderson", "data" : [ [ "Perl 5", 1 ] - ], - "id" : "Mark Anderson", - "name" : "Mark Anderson" + ] }, { - "id" : "Noud", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Noud" + "name" : "Noud", + "id" : "Noud" }, { + "name" : "Roger Bell West", + "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -178,9 +91,7 @@ "Perl 6", 1 ] - ], - "id" : "Roger Bell West", - "name" : "Roger Bell West" + ] }, { "data" : [ @@ -193,25 +104,118 @@ "name" : "Simon Proctor" }, { - "name" : "Trenton Langer", - "id" : "Trenton Langer", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Trenton Langer", + "name" : "Trenton Langer" }, { "data" : [ [ "Perl 5", 2 + ], + [ + "Perl 6", + 1 ] ], "id" : "Yet Ebreo", "name" : "Yet Ebreo" } ] + }, + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2019-09-29 03:53:20 GMT" + }, + "xAxis" : { + "type" : "category" + }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Andrezgz", + "name" : "Andrezgz", + "y" : 2 + }, + { + "name" : "Duane Powell", + "drilldown" : "Duane Powell", + "y" : 2 + }, + { + "y" : 2, + "drilldown" : "E. Choroba", + "name" : "E. Choroba" + }, + { + "name" : "Kevin Colyer", + "drilldown" : "Kevin Colyer", + "y" : 2 + }, + { + "drilldown" : "Lubos Kolouch", + "name" : "Lubos Kolouch", + "y" : 2 + }, + { + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson", + "y" : 1 + }, + { + "y" : 2, + "name" : "Noud", + "drilldown" : "Noud" + }, + { + "y" : 3, + "name" : "Roger Bell West", + "drilldown" : "Roger Bell West" + }, + { + "y" : 2, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + }, + { + "name" : "Trenton Langer", + "drilldown" : "Trenton Langer", + "y" : 2 + }, + { + "name" : "Yet Ebreo", + "drilldown" : "Yet Ebreo", + "y" : 3 + } + ], + "name" : "Perl Weekly Challenge - 027" + } + ], + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } } } |
