diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-09 13:29:40 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-09 13:29:40 +0000 |
| commit | 2120353ec4c6286e37222de74d37327d4989929a (patch) | |
| tree | 166bdb0ecf38092a9121ee8dc64821357b8a7063 /stats/pwc-current.json | |
| parent | 48b0ec4c9e3c797d0d32cf3a7754b3fb409509d4 (diff) | |
| download | perlweeklychallenge-club-2120353ec4c6286e37222de74d37327d4989929a.tar.gz perlweeklychallenge-club-2120353ec4c6286e37222de74d37327d4989929a.tar.bz2 perlweeklychallenge-club-2120353ec4c6286e37222de74d37327d4989929a.zip | |
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 79 |
1 files changed, 49 insertions, 30 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f767106769..f1c63f5ec2 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,24 +1,4 @@ { - "tooltip" : { - "followPointer" : 1, - "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/>" - }, - "xAxis" : { - "type" : "category" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : "Total Solutions" @@ -29,6 +9,20 @@ { "data" : [ [ + "Perl 5", + 2 + ], + [ + "Perl 6", + 2 + ] + ], + "name" : "Roger Bell West", + "id" : "Roger Bell West" + }, + { + "data" : [ + [ "Perl 6", 1 ] @@ -38,26 +32,51 @@ } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 038" + "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 }, - "legend" : { - "enabled" : 0 + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-12-09 13:24:37 GMT" + "xAxis" : { + "type" : "category" }, "series" : [ { - "name" : "Perl Weekly Challenge - 038", "data" : [ { - "y" : 1, + "y" : 4, + "drilldown" : "Roger Bell West", + "name" : "Roger Bell West" + }, + { "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "drilldown" : "Simon Proctor", + "y" : 1 } ], + "name" : "Perl Weekly Challenge - 038", "colorByPoint" : 1 } - ] + ], + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2019-12-09 13:29:31 GMT" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 038" + } } |
