diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-12 15:12:50 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-12 15:12:50 +0100 |
| commit | 6829c89a28324e05a39d11406cb4e94ceb6a2d17 (patch) | |
| tree | 23a2cb2505f82367e30164202ff732f8955524ed /stats/pwc-current.json | |
| parent | 4fef3d85d823e68e0ede4bb8601ef0ca4926eecd (diff) | |
| download | perlweeklychallenge-club-6829c89a28324e05a39d11406cb4e94ceb6a2d17.tar.gz perlweeklychallenge-club-6829c89a28324e05a39d11406cb4e94ceb6a2d17.tar.bz2 perlweeklychallenge-club-6829c89a28324e05a39d11406cb4e94ceb6a2d17.zip | |
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 79 |
1 files changed, 47 insertions, 32 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 2d087f61ad..e9dec8f9cc 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,63 +1,78 @@ { - "xAxis" : { - "type" : "category" + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge - 021" + "legend" : { + "enabled" : 0 + }, + "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" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } }, "drilldown" : { "series" : [ { + "name" : "Dave Cross", + "id" : "Dave Cross", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Dave Cross", - "id" : "Dave Cross" + ] + }, + { + "name" : "Simon Proctor", + "id" : "Simon Proctor", + "data" : [ + [ + "Perl 6", + 1 + ] + ] } ] }, - "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/>" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "legend" : { - "enabled" : 0 - }, "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-08-12 14:04:27 GMT" + "text" : "[Champions: 2] Last updated at 2019-08-12 14:12:34 GMT" }, "series" : [ { + "name" : "Perl Weekly Challenge - 021", "data" : [ { - "name" : "Dave Cross", "y" : 2, - "drilldown" : "Dave Cross" + "drilldown" : "Dave Cross", + "name" : "Dave Cross" + }, + { + "y" : 1, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" } ], - "name" : "Perl Weekly Challenge - 021", "colorByPoint" : 1 } - ] + ], + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge - 021" + } } |
