diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-16 10:38:46 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-16 10:38:46 +0000 |
| commit | b5c25aef345c3536965ff53e5518205d3aa41621 (patch) | |
| tree | 5dd2138cb1efd3915aea02aa606dc9baa3c5421f /stats/pwc-current.json | |
| parent | eb73bb70e02109fcc3eeb1e91437c7f15d360915 (diff) | |
| download | perlweeklychallenge-club-b5c25aef345c3536965ff53e5518205d3aa41621.tar.gz perlweeklychallenge-club-b5c25aef345c3536965ff53e5518205d3aa41621.tar.bz2 perlweeklychallenge-club-b5c25aef345c3536965ff53e5518205d3aa41621.zip | |
- Added solution by Scimon Proctor.
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 3122e92ba1..8ec8a61b8a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,63 +1,78 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "series" : [ { + "colorByPoint" : 1, "data" : [ { "name" : "Dave Jacoby", "y" : 1, "drilldown" : "Dave Jacoby" + }, + { + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", + "y" : 1 } ], - "name" : "Perl Weekly Challenge - 052", - "colorByPoint" : 1 + "name" : "Perl Weekly Challenge - 052" } ], - "chart" : { - "type" : "column" - }, - "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" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, "drilldown" : { "series" : [ { + "id" : "Dave Jacoby", "data" : [ [ "Perl", 1 ] ], - "name" : "Dave Jacoby", - "id" : "Dave Jacoby" + "name" : "Dave Jacoby" + }, + { + "id" : "Simon Proctor", + "name" : "Simon Proctor", + "data" : [ + [ + "Raku", + 1 + ] + ] } ] }, "legend" : { "enabled" : 0 }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2020-03-16 09:29:01 GMT" + "xAxis" : { + "type" : "category" + }, + "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/>" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } }, "title" : { "text" : "Perl Weekly Challenge - 052" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2020-03-16 10:38:22 GMT" } } |
