diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-07 18:37:37 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-07 18:37:37 +0000 |
| commit | b16ffc23152e7894300636a3f70432d9beca2b8c (patch) | |
| tree | d590d9280f73360a24aad1d9ebae60e471b105e7 /stats/pwc-current.json | |
| parent | e687bf9df9707aed4f7a144f385a60ecac81031e (diff) | |
| download | perlweeklychallenge-club-b16ffc23152e7894300636a3f70432d9beca2b8c.tar.gz perlweeklychallenge-club-b16ffc23152e7894300636a3f70432d9beca2b8c.tar.bz2 perlweeklychallenge-club-b16ffc23152e7894300636a3f70432d9beca2b8c.zip | |
- Added solutions by Mark Anderson.
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 8244b77e9f..dc4f451c91 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,28 +1,20 @@ { - "series" : [ - { - "name" : "The Weekly Challenge - 151", - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Roger Bell_West", - "y" : 4, - "name" : "Roger Bell_West" - } - ] - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 + "title" : { + "text" : "The Weekly Challenge - 151" }, "drilldown" : { "series" : [ { + "id" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ], + "name" : "Mark Anderson" + }, + { "name" : "Roger Bell_West", "id" : "Roger Bell_West", "data" : [ @@ -40,28 +32,51 @@ }, "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 - }, - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2022-02-07 18:18:44 GMT" + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" }, "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge - 151" + "xAxis" : { + "type" : "category" }, + "series" : [ + { + "name" : "The Weekly Challenge - 151", + "data" : [ + { + "y" : 2, + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson" + }, + { + "y" : 4, + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West" + } + ], + "colorByPoint" : 1 + } + ], "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - }, - "borderWidth" : 0 + } } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2022-02-07 18:35:36 GMT" } } |
