diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-06 14:29:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-06 14:29:09 +0100 |
| commit | 4b8b136f68f8ee1881b1b7e88bdb6c554eda7b59 (patch) | |
| tree | 228238207f8a7f0b51a1390c084a38cf01cd426f /stats/pwc-current.json | |
| parent | 3b4cbfd6e6b966766b138b8254329c96c18ad054 (diff) | |
| download | perlweeklychallenge-club-4b8b136f68f8ee1881b1b7e88bdb6c554eda7b59.tar.gz perlweeklychallenge-club-4b8b136f68f8ee1881b1b7e88bdb6c554eda7b59.tar.bz2 perlweeklychallenge-club-4b8b136f68f8ee1881b1b7e88bdb6c554eda7b59.zip | |
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 101 |
1 files changed, 58 insertions, 43 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6c8d2a219a..2360e25ee0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -2,7 +2,6 @@ "drilldown" : { "series" : [ { - "name" : "Dave Jacoby", "id" : "Dave Jacoby", "data" : [ [ @@ -13,51 +12,61 @@ "Blog", 1 ] - ] + ], + "name" : "Dave Jacoby" }, { - "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", 2 ] - ], - "id" : "E. Choroba" + ] }, { - "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Kevin Colyer" + "id" : "Kevin Colyer", + "name" : "Kevin Colyer" }, { + "id" : "Mark Anderson", "data" : [ [ "Perl 5", - 1 + 2 ] ], + "name" : "Mark Anderson" + }, + { + "name" : "Pete Houston", "id" : "Pete Houston", - "name" : "Pete Houston" + "data" : [ + [ + "Perl 5", + 1 + ] + ] }, { "name" : "Roger Bell West", - "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -67,27 +76,21 @@ "Perl 6", 2 ] - ] + ], + "id" : "Roger Bell West" } ] }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "title" : { + "text" : "Perl Weekly Challenge - 020" }, "series" : [ { "name" : "Perl Weekly Challenge - 020", - "colorByPoint" : 1, "data" : [ { - "name" : "Dave Jacoby", "y" : 3, + "name" : "Dave Jacoby", "drilldown" : "Dave Jacoby" }, { @@ -101,46 +104,58 @@ "y" : 2 }, { - "name" : "Kevin Colyer", + "drilldown" : "Kevin Colyer", "y" : 2, - "drilldown" : "Kevin Colyer" + "name" : "Kevin Colyer" }, { + "drilldown" : "Mark Anderson", + "y" : 2, + "name" : "Mark Anderson" + }, + { + "drilldown" : "Pete Houston", "name" : "Pete Houston", - "y" : 1, - "drilldown" : "Pete Houston" + "y" : 1 }, { "drilldown" : "Roger Bell West", - "y" : 4, - "name" : "Roger Bell West" + "name" : "Roger Bell West", + "y" : 4 } - ] + ], + "colorByPoint" : 1 } ], - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, "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/>" }, - "title" : { - "text" : "Perl Weekly Challenge - 020" - }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : 0 }, - "subtitle" : { - "text" : "[Champions: 6] Last updated at 2019-08-06 00:21:57 GMT" + "xAxis" : { + "type" : "category" }, "yAxis" : { "title" : { "text" : "Total Solutions" } + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2019-08-06 13:28:19 GMT" } } |
