diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-08 15:01:41 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-08 15:01:41 +0100 |
| commit | 89dec8844d614d182fe3bb444cad495f3510ed67 (patch) | |
| tree | 8ecf05665af8e81f62953bceb9ae7c4a862c8cdb /stats/pwc-current.json | |
| parent | 812081dac3b6d09d63e88d294845740fe614e642 (diff) | |
| download | perlweeklychallenge-club-89dec8844d614d182fe3bb444cad495f3510ed67.tar.gz perlweeklychallenge-club-89dec8844d614d182fe3bb444cad495f3510ed67.tar.bz2 perlweeklychallenge-club-89dec8844d614d182fe3bb444cad495f3510ed67.zip | |
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 77 |
1 files changed, 46 insertions, 31 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f2586cd49a..af3d7d9465 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,10 +1,9 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 016" - }, "drilldown" : { "series" : [ { + "id" : "Joelle Maslak", + "name" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -14,54 +13,70 @@ "Perl 6", 1 ] - ], - "id" : "Joelle Maslak", - "name" : "Joelle Maslak" + ] + }, + { + "name" : "Simon Proctor", + "id" : "Simon Proctor", + "data" : [ + [ + "Perl 6", + 1 + ] + ] } ] }, + "xAxis" : { + "type" : "category" + }, + "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 + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 016" + }, "series" : [ { + "name" : "Perl Weekly Challenge - 016", "colorByPoint" : 1, "data" : [ { + "drilldown" : "Joelle Maslak", "y" : 2, - "name" : "Joelle Maslak", - "drilldown" : "Joelle Maslak" + "name" : "Joelle Maslak" + }, + { + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", + "y" : 1 } - ], - "name" : "Perl Weekly Challenge - 016" + ] } ], - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-07-08 11:57:01 GMT" + "chart" : { + "type" : "column" }, - "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 + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2019-07-08 14:01:23 GMT" }, "legend" : { "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" } } |
