diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-13 18:49:10 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-13 18:49:10 +0100 |
| commit | 931bce96ddf96e2c3e51ad51fe4c2be4b6f45b86 (patch) | |
| tree | c27b57a0e2adb3d61df1f40a2442b208455fac57 /stats/pwc-current.json | |
| parent | 89865cbe469838e90a4a6c1c9822915e8d71bf0b (diff) | |
| download | perlweeklychallenge-club-931bce96ddf96e2c3e51ad51fe4c2be4b6f45b86.tar.gz perlweeklychallenge-club-931bce96ddf96e2c3e51ad51fe4c2be4b6f45b86.tar.bz2 perlweeklychallenge-club-931bce96ddf96e2c3e51ad51fe4c2be4b6f45b86.zip | |
- Added solutions 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 275ba88aea..886c32272b 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,6 +1,8 @@ { - "legend" : { - "enabled" : 0 + "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/>" }, "plotOptions" : { "series" : { @@ -11,21 +13,52 @@ } } }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "xAxis" : { "type" : "category" }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "The Weekly Challenge - 169" + }, "chart" : { "type" : "column" }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 169", + "data" : [ + { + "name" : "Mark Anderson", + "y" : 2, + "drilldown" : "Mark Anderson" + }, + { + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West", + "y" : 4 + } + ] + } + ], + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2022-06-13 17:47:26 GMT" + }, "drilldown" : { "series" : [ { - "name" : "Roger Bell_West", + "data" : [ + [ + "Raku", + 2 + ] + ], + "id" : "Mark Anderson", + "name" : "Mark Anderson" + }, + { "data" : [ [ "Perl", @@ -36,32 +69,14 @@ 2 ] ], - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" } ] }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "y" : 4, - "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West" - } - ], - "name" : "The Weekly Challenge - 169" + "yAxis" : { + "title" : { + "text" : "Total Solutions" } - ], - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2022-06-13 16:14:22 GMT" - }, - "title" : { - "text" : "The Weekly Challenge - 169" - }, - "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/>" } } |
