diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-14 11:37:06 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-14 11:37:06 +0100 |
| commit | dad6bcabbefc743b091695a82fcfb92342397e38 (patch) | |
| tree | 194996b7d3b575710151b986e2b5c06c216b940e /stats/pwc-current.json | |
| parent | 67e8197a9198df5182854c82b207d221e13c3bec (diff) | |
| download | perlweeklychallenge-club-dad6bcabbefc743b091695a82fcfb92342397e38.tar.gz perlweeklychallenge-club-dad6bcabbefc743b091695a82fcfb92342397e38.tar.bz2 perlweeklychallenge-club-dad6bcabbefc743b091695a82fcfb92342397e38.zip | |
- Added solution by Mark Anderson.
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 893db63696..de03ea1937 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,63 +1,78 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-06-14 10:36:52 GMT" }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Feng Chang", + "y" : 2, + "name" : "Feng Chang" + }, + { + "name" : "Mark Anderson", + "y" : 1, + "drilldown" : "Mark Anderson" + } + ], + "name" : "Perl Weekly Challenge - 117" + } + ], "title" : { "text" : "Perl Weekly Challenge - 117" }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - }, - "borderWidth" : 0 + } } }, + "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 + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { + "id" : "Feng Chang", "name" : "Feng Chang", "data" : [ [ "Raku", 2 ] + ] + }, + { + "data" : [ + [ + "Raku", + 1 + ] ], - "id" : "Feng Chang" + "name" : "Mark Anderson", + "id" : "Mark Anderson" } ] }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-06-14 09:43:38 GMT" - }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Feng Chang", - "y" : 2, - "name" : "Feng Chang" - } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 117" + "yAxis" : { + "title" : { + "text" : "Total Solutions" } - ], - "xAxis" : { - "type" : "category" }, - "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/>" + "chart" : { + "type" : "column" }, "legend" : { "enabled" : 0 - }, - "chart" : { - "type" : "column" } } |
