diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-17 13:21:44 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-17 13:21:44 +0100 |
| commit | ecc3de5bb7bd780c1300ae1d3fba5379a5f82a7b (patch) | |
| tree | a7c42a4971e77fdc33b3963e0ae75ce73829b884 /stats/pwc-current.json | |
| parent | ab98ce23a507882351339483b3215e75d46c50f4 (diff) | |
| download | perlweeklychallenge-club-ecc3de5bb7bd780c1300ae1d3fba5379a5f82a7b.tar.gz perlweeklychallenge-club-ecc3de5bb7bd780c1300ae1d3fba5379a5f82a7b.tar.bz2 perlweeklychallenge-club-ecc3de5bb7bd780c1300ae1d3fba5379a5f82a7b.zip | |
- Added solutions by Markus Holzer.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 111 |
1 files changed, 63 insertions, 48 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index c6ffca89d3..82247bab19 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -2,102 +2,90 @@ "legend" : { "enabled" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge - 026" - }, "series" : [ { "colorByPoint" : 1, "data" : [ { + "name" : "Andrezgz", "drilldown" : "Andrezgz", - "y" : 2, - "name" : "Andrezgz" + "y" : 2 }, { "drilldown" : "Duane Powell", - "y" : 2, - "name" : "Duane Powell" + "name" : "Duane Powell", + "y" : 2 }, { - "drilldown" : "E. Choroba", "name" : "E. Choroba", + "drilldown" : "E. Choroba", "y" : 1 }, { - "name" : "Laurent Rosenfeld", "y" : 5, + "name" : "Laurent Rosenfeld", "drilldown" : "Laurent Rosenfeld" }, { + "drilldown" : "Markus Holzer", + "name" : "Markus Holzer", + "y" : 2 + }, + { "y" : 4, - "name" : "Roger Bell West", - "drilldown" : "Roger Bell West" + "drilldown" : "Roger Bell West", + "name" : "Roger Bell West" }, { "drilldown" : "Simon Proctor", - "y" : 2, - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "y" : 2 }, { "drilldown" : "Steven Wilson", - "y" : 2, - "name" : "Steven Wilson" + "name" : "Steven Wilson", + "y" : 2 }, { "name" : "Yet Ebreo", - "y" : 2, - "drilldown" : "Yet Ebreo" + "drilldown" : "Yet Ebreo", + "y" : 2 } ], "name" : "Perl Weekly Challenge - 026" } ], - "tooltip" : { - "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/>", - "followPointer" : 1 - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, "drilldown" : { "series" : [ { - "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] ], + "name" : "Andrezgz", "id" : "Andrezgz" }, { - "id" : "Duane Powell", + "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Duane Powell" + "id" : "Duane Powell" }, { - "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ "Perl 5", 1 ] ], - "name" : "E. Choroba" + "id" : "E. Choroba" }, { "data" : [ @@ -114,8 +102,18 @@ 1 ] ], - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld" + "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld" + }, + { + "data" : [ + [ + "Perl 6", + 2 + ] + ], + "name" : "Markus Holzer", + "id" : "Markus Holzer" }, { "data" : [ @@ -128,50 +126,67 @@ 2 ] ], - "id" : "Roger Bell West", - "name" : "Roger Bell West" + "name" : "Roger Bell West", + "id" : "Roger Bell West" }, { - "name" : "Simon Proctor", "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Simon Proctor" }, { - "name" : "Steven Wilson", "data" : [ [ "Perl 5", 2 ] ], + "name" : "Steven Wilson", "id" : "Steven Wilson" }, { - "id" : "Yet Ebreo", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Yet Ebreo" + "name" : "Yet Ebreo", + "id" : "Yet Ebreo" } ] }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 026" }, "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-09-17 11:26:09 GMT" + "text" : "[Champions: 9] Last updated at 2019-09-17 12:21:15 GMT" }, "xAxis" : { "type" : "category" }, + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "title" : { "text" : "Total Solutions" |
