diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-10 16:41:56 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-10 16:41:56 +0000 |
| commit | af8c62b2219f9328a3bf71aa40a1c3a53e8d73aa (patch) | |
| tree | 301d5dc5a3fda3d32dea6838abcddd35e1e7dd93 /stats/pwc-current.json | |
| parent | de0d532a6d4bf6ed70ca353fe991256e51efa53d (diff) | |
| download | perlweeklychallenge-club-af8c62b2219f9328a3bf71aa40a1c3a53e8d73aa.tar.gz perlweeklychallenge-club-af8c62b2219f9328a3bf71aa40a1c3a53e8d73aa.tar.bz2 perlweeklychallenge-club-af8c62b2219f9328a3bf71aa40a1c3a53e8d73aa.zip | |
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 182 |
1 files changed, 91 insertions, 91 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 1c9899a5b3..c74856832a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,21 +1,94 @@ { - "xAxis" : { - "type" : "category" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } }, "legend" : { "enabled" : 0 }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2019-12-10 16:41:22 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "xAxis" : { + "type" : "category" + }, + "series" : [ + { + "data" : [ + { + "name" : "Andrezgz", + "drilldown" : "Andrezgz", + "y" : 2 + }, + { + "drilldown" : "Duane Powell", + "name" : "Duane Powell", + "y" : 2 + }, + { + "name" : "E. Choroba", + "drilldown" : "E. Choroba", + "y" : 2 + }, + { + "y" : 1, + "name" : "Pete Houston", + "drilldown" : "Pete Houston" + }, + { + "y" : 4, + "drilldown" : "Roger Bell West", + "name" : "Roger Bell West" + }, + { + "y" : 4, + "drilldown" : "Ryan Thompson", + "name" : "Ryan Thompson" + }, + { + "y" : 2, + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" + }, + { + "y" : 1, + "drilldown" : "Steven Wilson", + "name" : "Steven Wilson" + } + ], + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 038" + } + ], + "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 + }, "drilldown" : { "series" : [ { + "id" : "Andrezgz", + "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Andrezgz", - "name" : "Andrezgz" + ] }, { "id" : "Duane Powell", @@ -28,18 +101,18 @@ ] }, { - "id" : "E. Choroba", - "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "E. Choroba", + "name" : "E. Choroba" }, { - "name" : "Pete Houston", "id" : "Pete Houston", + "name" : "Pete Houston", "data" : [ [ "Perl 5", @@ -48,8 +121,6 @@ ] }, { - "id" : "Roger Bell West", - "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -59,7 +130,9 @@ "Perl 6", 2 ] - ] + ], + "name" : "Roger Bell West", + "id" : "Roger Bell West" }, { "data" : [ @@ -72,22 +145,22 @@ 2 ] ], - "name" : "Ryan Thompson", - "id" : "Ryan Thompson" + "id" : "Ryan Thompson", + "name" : "Ryan Thompson" }, { + "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + ] }, { - "name" : "Steven Wilson", "id" : "Steven Wilson", + "name" : "Steven Wilson", "data" : [ [ "Perl 5", @@ -99,78 +172,5 @@ }, "title" : { "text" : "Perl Weekly Challenge - 038" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-12-10 16:35:08 GMT" - }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 038", - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Andrezgz", - "y" : 2, - "name" : "Andrezgz" - }, - { - "y" : 2, - "name" : "Duane Powell", - "drilldown" : "Duane Powell" - }, - { - "drilldown" : "E. Choroba", - "y" : 2, - "name" : "E. Choroba" - }, - { - "drilldown" : "Pete Houston", - "name" : "Pete Houston", - "y" : 1 - }, - { - "y" : 4, - "name" : "Roger Bell West", - "drilldown" : "Roger Bell West" - }, - { - "drilldown" : "Ryan Thompson", - "y" : 4, - "name" : "Ryan Thompson" - }, - { - "drilldown" : "Simon Proctor", - "y" : 2, - "name" : "Simon Proctor" - }, - { - "drilldown" : "Steven Wilson", - "y" : 1, - "name" : "Steven Wilson" - } - ] - } - ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "chart" : { - "type" : "column" - }, - "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/>" } } |
