diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-27 11:03:04 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-27 11:03:04 +0000 |
| commit | 01cfbda737e866e75f9ecaaa91ed89b385922f9b (patch) | |
| tree | 276cc0bec7497f0815fc445e21711afa170a2622 /stats/pwc-current.json | |
| parent | d183a52dd2af011c0a172b20d9d52f526035e1fd (diff) | |
| download | perlweeklychallenge-club-01cfbda737e866e75f9ecaaa91ed89b385922f9b.tar.gz perlweeklychallenge-club-01cfbda737e866e75f9ecaaa91ed89b385922f9b.tar.bz2 perlweeklychallenge-club-01cfbda737e866e75f9ecaaa91ed89b385922f9b.zip | |
- Added solution by Andrew Shitov.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 105 |
1 files changed, 60 insertions, 45 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 510d53b92e..e58eb12b93 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,19 +1,58 @@ { + "tooltip" : { + "followPointer" : 1, + "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/>" + }, + "legend" : { + "enabled" : 0 + }, + "drilldown" : { + "series" : [ + { + "data" : [ + [ + "Raku", + 1 + ] + ], + "name" : "Andrew Shitov", + "id" : "Andrew Shitov" + }, + { + "id" : "Mark Anderson", + "name" : "Mark Anderson", + "data" : [ + [ + "Raku", + 1 + ] + ] + }, + { + "name" : "Mohammad S Anwar", + "data" : [ + [ + "Perl", + 1 + ] + ], + "id" : "Mohammad S Anwar" + } + ] + }, + "xAxis" : { + "type" : "category" + }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - }, - "borderWidth" : 0 + } } }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge - 145" - }, "yAxis" : { "title" : { "text" : "Total Solutions" @@ -21,58 +60,34 @@ }, "series" : [ { - "colorByPoint" : 1, "data" : [ { + "drilldown" : "Andrew Shitov", + "name" : "Andrew Shitov", + "y" : 1 + }, + { "drilldown" : "Mark Anderson", "y" : 1, "name" : "Mark Anderson" }, { - "drilldown" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar", "y" : 1, - "name" : "Mohammad S Anwar" + "drilldown" : "Mohammad S Anwar" } ], + "colorByPoint" : 1, "name" : "The Weekly Challenge - 145" } ], - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "followPointer" : 1, - "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/>" + "title" : { + "text" : "The Weekly Challenge - 145" }, "subtitle" : { - "text" : "[Champions: 2] Last updated at 2021-12-27 10:50:55 GMT" + "text" : "[Champions: 3] Last updated at 2021-12-27 11:00:58 GMT" }, - "legend" : { - "enabled" : 0 - }, - "drilldown" : { - "series" : [ - { - "id" : "Mark Anderson", - "data" : [ - [ - "Raku", - 1 - ] - ], - "name" : "Mark Anderson" - }, - { - "id" : "Mohammad S Anwar", - "name" : "Mohammad S Anwar", - "data" : [ - [ - "Perl", - 1 - ] - ] - } - ] + "chart" : { + "type" : "column" } } |
