diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-17 14:44:37 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-17 14:44:37 +0100 |
| commit | 0481a80595a156a0de02e531ae66662d711c8b86 (patch) | |
| tree | e346c0456589ee09002d428382a0bf39dd7fd06b /stats/pwc-current.json | |
| parent | ce67d818ae31a56a05d1ac9369e2257f84575952 (diff) | |
| download | perlweeklychallenge-club-0481a80595a156a0de02e531ae66662d711c8b86.tar.gz perlweeklychallenge-club-0481a80595a156a0de02e531ae66662d711c8b86.tar.bz2 perlweeklychallenge-club-0481a80595a156a0de02e531ae66662d711c8b86.zip | |
- Added solutions by Kevin Colyer.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 75 |
1 files changed, 45 insertions, 30 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index cb8f5b5cbd..10c4cc26f5 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,46 +1,59 @@ { + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, "title" : { "text" : "Perl Weekly Challenge - 013" }, - "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/>" - }, "legend" : { "enabled" : 0 }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "subtitle" : { - "text" : "[Champions: 2] Last updated at 2019-06-17 10:05:09 GMT" + "text" : "[Champions: 3] Last updated at 2019-06-17 13:43:59 GMT" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "chart" : { + "type" : "column" }, "xAxis" : { "type" : "category" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "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/>" }, "drilldown" : { "series" : [ { + "name" : "Joelle Maslak", + "id" : "Joelle Maslak", "data" : [ [ "Perl 6", 1 ] + ] + }, + { + "name" : "Kevin Colyer", + "data" : [ + [ + "Perl 6", + 2 + ] ], - "id" : "Joelle Maslak", - "name" : "Joelle Maslak" + "id" : "Kevin Colyer" }, { "id" : "Simon Proctor", @@ -56,23 +69,25 @@ }, "series" : [ { - "name" : "Perl Weekly Challenge - 013", - "colorByPoint" : 1, "data" : [ { + "name" : "Joelle Maslak", "drilldown" : "Joelle Maslak", - "y" : 1, - "name" : "Joelle Maslak" + "y" : 1 + }, + { + "name" : "Kevin Colyer", + "y" : 2, + "drilldown" : "Kevin Colyer" }, { - "drilldown" : "Simon Proctor", "y" : 1, + "drilldown" : "Simon Proctor", "name" : "Simon Proctor" } - ] + ], + "name" : "Perl Weekly Challenge - 013", + "colorByPoint" : 1 } - ], - "chart" : { - "type" : "column" - } + ] } |
