diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-27 06:24:12 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-27 06:24:12 +0100 |
| commit | b7045f3003875d8f119653252fb92514c2a22198 (patch) | |
| tree | 830c7d562e02762a3f2f573b44a008ae9f2385db /stats/pwc-current.json | |
| parent | 331431d8fc4ff2d4ea38b62ff2970b7ee073bd0a (diff) | |
| download | perlweeklychallenge-club-b7045f3003875d8f119653252fb92514c2a22198.tar.gz perlweeklychallenge-club-b7045f3003875d8f119653252fb92514c2a22198.tar.bz2 perlweeklychallenge-club-b7045f3003875d8f119653252fb92514c2a22198.zip | |
- Added solutions by Randy Lauen.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 233 |
1 files changed, 124 insertions, 109 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 3c00a25b9c..4bcad3d8c6 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,9 +1,105 @@ { + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "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/>", + "followPointer" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 018" + }, + "series" : [ + { + "data" : [ + { + "drilldown" : "Andrezgz", + "y" : 2, + "name" : "Andrezgz" + }, + { + "name" : "Duane Powell", + "drilldown" : "Duane Powell", + "y" : 2 + }, + { + "drilldown" : "E. Choroba", + "y" : 3, + "name" : "E. Choroba" + }, + { + "drilldown" : "Kevin Colyer", + "y" : 1, + "name" : "Kevin Colyer" + }, + { + "y" : 6, + "drilldown" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" + }, + { + "y" : 2, + "drilldown" : "Lubos Kolouch", + "name" : "Lubos Kolouch" + }, + { + "y" : 1, + "drilldown" : "Ozzy", + "name" : "Ozzy" + }, + { + "drilldown" : "Randy Lauen", + "y" : 2, + "name" : "Randy Lauen" + }, + { + "y" : 2, + "drilldown" : "Roger Bell West", + "name" : "Roger Bell West" + }, + { + "name" : "Ruben Westerberg", + "y" : 4, + "drilldown" : "Ruben Westerberg" + }, + { + "drilldown" : "Simon Proctor", + "y" : 2, + "name" : "Simon Proctor" + }, + { + "drilldown" : "Steven Wilson", + "y" : 1, + "name" : "Steven Wilson" + } + ], + "name" : "Perl Weekly Challenge - 018", + "colorByPoint" : 1 + } + ], + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { - "id" : "Andrezgz", "name" : "Andrezgz", + "id" : "Andrezgz", "data" : [ [ "Perl 5", @@ -12,16 +108,18 @@ ] }, { - "name" : "Duane Powell", - "id" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Duane Powell", + "name" : "Duane Powell" }, { + "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Perl 5", @@ -31,9 +129,7 @@ "Blog", 1 ] - ], - "name" : "E. Choroba", - "id" : "E. Choroba" + ] }, { "data" : [ @@ -42,10 +138,12 @@ 1 ] ], - "id" : "Kevin Colyer", - "name" : "Kevin Colyer" + "name" : "Kevin Colyer", + "id" : "Kevin Colyer" }, { + "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -59,9 +157,7 @@ "Blog", 2 ] - ], - "name" : "Laurent Rosenfeld", - "id" : "Laurent Rosenfeld" + ] }, { "id" : "Lubos Kolouch", @@ -74,14 +170,24 @@ ] }, { + "id" : "Ozzy", + "name" : "Ozzy", "data" : [ [ "Perl 6", 1 ] + ] + }, + { + "data" : [ + [ + "Perl 6", + 2 + ] ], - "id" : "Ozzy", - "name" : "Ozzy" + "name" : "Randy Lauen", + "id" : "Randy Lauen" }, { "data" : [ @@ -108,14 +214,14 @@ ] }, { - "id" : "Simon Proctor", - "name" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Simon Proctor", + "name" : "Simon Proctor" }, { "data" : [ @@ -129,101 +235,10 @@ } ] }, - "tooltip" : { - "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/>", - "followPointer" : 1 - }, - "legend" : { - "enabled" : 0 - }, - "xAxis" : { - "type" : "category" - }, "subtitle" : { - "text" : "[Champions: 11] Last updated at 2019-07-26 21:37:31 GMT" + "text" : "[Champions: 12] Last updated at 2019-07-27 05:23:52 GMT" }, "chart" : { "type" : "column" - }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 018", - "colorByPoint" : 1, - "data" : [ - { - "name" : "Andrezgz", - "y" : 2, - "drilldown" : "Andrezgz" - }, - { - "drilldown" : "Duane Powell", - "y" : 2, - "name" : "Duane Powell" - }, - { - "name" : "E. Choroba", - "drilldown" : "E. Choroba", - "y" : 3 - }, - { - "y" : 1, - "drilldown" : "Kevin Colyer", - "name" : "Kevin Colyer" - }, - { - "drilldown" : "Laurent Rosenfeld", - "y" : 6, - "name" : "Laurent Rosenfeld" - }, - { - "name" : "Lubos Kolouch", - "y" : 2, - "drilldown" : "Lubos Kolouch" - }, - { - "drilldown" : "Ozzy", - "y" : 1, - "name" : "Ozzy" - }, - { - "y" : 2, - "drilldown" : "Roger Bell West", - "name" : "Roger Bell West" - }, - { - "name" : "Ruben Westerberg", - "drilldown" : "Ruben Westerberg", - "y" : 4 - }, - { - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor", - "y" : 2 - }, - { - "drilldown" : "Steven Wilson", - "y" : 1, - "name" : "Steven Wilson" - } - ] - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 018" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } } } |
