diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-02 11:39:16 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-02 11:39:16 +0100 |
| commit | 4a65972b3a094e5d4bba245e0125e2cbab918f43 (patch) | |
| tree | 74d35cc7b41cc168139994b53441e3a77ddeda80 /stats/pwc-current.json | |
| parent | ec87dd941ff7cc91a42af9e70e4aa2bacbf7d935 (diff) | |
| download | perlweeklychallenge-club-4a65972b3a094e5d4bba245e0125e2cbab918f43.tar.gz perlweeklychallenge-club-4a65972b3a094e5d4bba245e0125e2cbab918f43.tar.bz2 perlweeklychallenge-club-4a65972b3a094e5d4bba245e0125e2cbab918f43.zip | |
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 105 |
1 files changed, 62 insertions, 43 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 9c585826a3..a65bffabbd 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,67 +1,86 @@ { - "drilldown" : { - "series" : [ - { - "name" : "Joelle Maslak", - "id" : "Joelle Maslak", - "data" : [ - [ - "Perl 5", - 1 - ], - [ - "Perl 6", - 1 - ] - ] - } - ] + "title" : { + "text" : "Perl Weekly Challenge - 024" + }, + "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/>" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Perl Weekly Challenge - 024", "data" : [ { + "name" : "Joelle Maslak", "y" : 2, - "drilldown" : "Joelle Maslak", - "name" : "Joelle Maslak" + "drilldown" : "Joelle Maslak" + }, + { + "y" : 3, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" } ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 024" + "colorByPoint" : 1 } ], - "xAxis" : { - "type" : "category" + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } }, - "title" : { - "text" : "Perl Weekly Challenge - 024" + "drilldown" : { + "series" : [ + { + "data" : [ + [ + "Perl 5", + 1 + ], + [ + "Perl 6", + 1 + ] + ], + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" + }, + { + "name" : "Simon Proctor", + "data" : [ + [ + "Perl 5", + 1 + ], + [ + "Perl 6", + 2 + ] + ], + "id" : "Simon Proctor" + } + ] }, "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-09-02 10:29:14 GMT" - }, - "chart" : { - "type" : "column" - }, - "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/>" + "text" : "[Champions: 2] Last updated at 2019-09-02 10:39:03 GMT" }, "legend" : { "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } } } |
