diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-26 12:42:43 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-26 12:42:43 +0100 |
| commit | 486dfa7faa9c99ced005146e8b0b1a045f1c18ad (patch) | |
| tree | 88ef5e0bf3b31143e8162b94c24b4937bc6ce0f6 /stats/pwc-current.json | |
| parent | 6f8e905f52b85a476df0c79b0268ea6c60311182 (diff) | |
| download | perlweeklychallenge-club-486dfa7faa9c99ced005146e8b0b1a045f1c18ad.tar.gz perlweeklychallenge-club-486dfa7faa9c99ced005146e8b0b1a045f1c18ad.tar.bz2 perlweeklychallenge-club-486dfa7faa9c99ced005146e8b0b1a045f1c18ad.zip | |
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 194 |
1 files changed, 97 insertions, 97 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 52bca1d7e4..2473823a32 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,82 +1,15 @@ { - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2019-09-26 07:20:38 GMT" - }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 027", - "data" : [ - { - "y" : 2, - "name" : "Andrezgz", - "drilldown" : "Andrezgz" - }, - { - "y" : 2, - "drilldown" : "Duane Powell", - "name" : "Duane Powell" - }, - { - "drilldown" : "E. Choroba", - "name" : "E. Choroba", - "y" : 2 - }, - { - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 1 - }, - { - "name" : "Noud", - "drilldown" : "Noud", - "y" : 2 - }, - { - "y" : 3, - "drilldown" : "Roger Bell West", - "name" : "Roger Bell West" - }, - { - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor", - "y" : 1 - }, - { - "name" : "Trenton Langer", - "drilldown" : "Trenton Langer", - "y" : 2 - }, - { - "name" : "Yet Ebreo", - "drilldown" : "Yet Ebreo", - "y" : 1 - } - ], - "colorByPoint" : 1 - } - ], - "title" : { - "text" : "Perl Weekly Challenge - 027" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "drilldown" : { "series" : [ { + "id" : "Andrezgz", + "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Andrezgz", - "name" : "Andrezgz" + ] }, { "data" : [ @@ -89,38 +22,38 @@ "name" : "Duane Powell" }, { + "id" : "E. Choroba", "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "E. Choroba" + ] }, { + "name" : "Mark Anderson", "id" : "Mark Anderson", "data" : [ [ "Perl 5", 1 ] - ], - "name" : "Mark Anderson" + ] }, { + "id" : "Noud", "name" : "Noud", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Noud" + ] }, { - "name" : "Roger Bell West", "id" : "Roger Bell West", + "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -133,55 +66,122 @@ ] }, { + "name" : "Simon Proctor", "id" : "Simon Proctor", "data" : [ [ "Perl 6", - 1 + 2 ] - ], - "name" : "Simon Proctor" + ] }, { + "id" : "Trenton Langer", "name" : "Trenton Langer", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Trenton Langer" + ] }, { + "name" : "Yet Ebreo", + "id" : "Yet Ebreo", "data" : [ [ "Perl 5", 1 ] - ], - "id" : "Yet Ebreo", - "name" : "Yet Ebreo" + ] } ] }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2019-09-26 11:42:20 GMT" + }, "legend" : { "enabled" : 0 }, + "chart" : { + "type" : "column" + }, "tooltip" : { "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1 }, - "chart" : { - "type" : "column" - } + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge - 027" + }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 027", + "colorByPoint" : 1, + "data" : [ + { + "name" : "Andrezgz", + "y" : 2, + "drilldown" : "Andrezgz" + }, + { + "drilldown" : "Duane Powell", + "y" : 2, + "name" : "Duane Powell" + }, + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "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" + }, + { + "name" : "Trenton Langer", + "y" : 2, + "drilldown" : "Trenton Langer" + }, + { + "drilldown" : "Yet Ebreo", + "y" : 1, + "name" : "Yet Ebreo" + } + ] + } + ] } |
