diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-13 17:48:27 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-13 17:48:27 +0000 |
| commit | 399e89c940f55d6265bcabf48ad9172df7c1523b (patch) | |
| tree | 1799cf50868d23269365a0a96988f2bd48f4521b /stats/pwc-current.json | |
| parent | 495113ce801fcfa3b0a8cdd8d276ae2f8c02612e (diff) | |
| download | perlweeklychallenge-club-399e89c940f55d6265bcabf48ad9172df7c1523b.tar.gz perlweeklychallenge-club-399e89c940f55d6265bcabf48ad9172df7c1523b.tar.bz2 perlweeklychallenge-club-399e89c940f55d6265bcabf48ad9172df7c1523b.zip | |
- Added solution by Olivier Delouya.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 87 |
1 files changed, 51 insertions, 36 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 90f5906630..69ed1c599f 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,9 +1,51 @@ { + "series" : [ + { + "name" : "The Weekly Challenge - 143", + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Mohammad S Anwar", + "y" : 1, + "name" : "Mohammad S Anwar" + }, + { + "name" : "Olivier Delouya", + "y" : 1, + "drilldown" : "Olivier Delouya" + }, + { + "name" : "Roger Bell_West", + "y" : 4, + "drilldown" : "Roger Bell_West" + } + ] + } + ], + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "The Weekly Challenge - 143" + }, "drilldown" : { "series" : [ { - "name" : "Mohammad S Anwar", "id" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar", + "data" : [ + [ + "Perl", + 1 + ] + ] + }, + { + "name" : "Olivier Delouya", + "id" : "Olivier Delouya", "data" : [ [ "Perl", @@ -22,42 +64,21 @@ 2 ] ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + "name" : "Roger Bell_West", + "id" : "Roger Bell_West" } ] }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2021-12-13 11:04:44 GMT" + "chart" : { + "type" : "column" }, - "legend" : { - "enabled" : 0 + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2021-12-13 17:47:01 GMT" }, "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/>", - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" - }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Mohammad S Anwar", - "y" : 1, - "name" : "Mohammad S Anwar" - }, - { - "y" : 4, - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West" - } - ], - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 143" - } - ], - "chart" : { - "type" : "column" + "followPointer" : 1 }, "plotOptions" : { "series" : { @@ -72,11 +93,5 @@ "title" : { "text" : "Total Solutions" } - }, - "title" : { - "text" : "The Weekly Challenge - 143" - }, - "xAxis" : { - "type" : "category" } } |
