diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-16 17:18:50 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-16 17:18:50 +0000 |
| commit | 388e2c7190fd7a065486b65f203531c0c31fd5e6 (patch) | |
| tree | 6caff57820f378463aee2e9720445d10beb531d8 /stats/pwc-current.json | |
| parent | 4cf785fea31c1b14b9f131e614f4db90fda9a8bf (diff) | |
| download | perlweeklychallenge-club-388e2c7190fd7a065486b65f203531c0c31fd5e6.tar.gz perlweeklychallenge-club-388e2c7190fd7a065486b65f203531c0c31fd5e6.tar.bz2 perlweeklychallenge-club-388e2c7190fd7a065486b65f203531c0c31fd5e6.zip | |
- Added solutions by Wanderdoc.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 123 |
1 files changed, 69 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index d88b6c4bda..ebc082179c 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,108 +1,123 @@ { - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "name" : "Dave Cross", - "drilldown" : "Dave Cross", - "y" : 2 - }, - { - "name" : "Dave Jacoby", - "drilldown" : "Dave Jacoby", - "y" : 1 - }, - { - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor", - "y" : 1 - }, - { - "drilldown" : "Yet Ebreo", - "name" : "Yet Ebreo", - "y" : 1 - } - ], - "name" : "Perl Weekly Challenge - 052" + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 } - ], - "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/>" }, "title" : { "text" : "Perl Weekly Challenge - 052" }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, "drilldown" : { "series" : [ { + "name" : "Dave Cross", + "id" : "Dave Cross", "data" : [ [ "Perl", 2 ] - ], - "name" : "Dave Cross", - "id" : "Dave Cross" + ] }, { + "name" : "Dave Jacoby", "id" : "Dave Jacoby", "data" : [ [ "Perl", 1 ] - ], - "name" : "Dave Jacoby" + ] }, { - "id" : "Simon Proctor", "data" : [ [ "Raku", 1 ] ], + "id" : "Simon Proctor", "name" : "Simon Proctor" }, { + "name" : "Wanderdoc", + "id" : "Wanderdoc", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { + "id" : "Yet Ebreo", "name" : "Yet Ebreo", "data" : [ [ "Perl", 1 ] - ], - "id" : "Yet Ebreo" + ] } ] }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2020-03-16 16:31:21 GMT" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "series" : [ + { + "name" : "Perl Weekly Challenge - 052", + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Dave Cross", + "y" : 2, + "name" : "Dave Cross" + }, + { + "name" : "Dave Jacoby", + "drilldown" : "Dave Jacoby", + "y" : 1 + }, + { + "name" : "Simon Proctor", + "y" : 1, + "drilldown" : "Simon Proctor" + }, + { + "y" : 2, + "drilldown" : "Wanderdoc", + "name" : "Wanderdoc" + }, + { + "y" : 1, + "drilldown" : "Yet Ebreo", + "name" : "Yet Ebreo" + } + ] } + ], + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2020-03-16 17:18:23 GMT" }, "xAxis" : { "type" : "category" }, "legend" : { "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } } } |
