diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-27 23:52:55 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-27 23:52:55 +0100 |
| commit | 0531f082003a6c1f44492785ec944ee9fc428d33 (patch) | |
| tree | 59ac1ca31df103e2f0ad79f720708bd299342c1e /stats/pwc-current.json | |
| parent | dda8f08da67f3275923476b73f38f133d96a870b (diff) | |
| download | perlweeklychallenge-club-0531f082003a6c1f44492785ec944ee9fc428d33.tar.gz perlweeklychallenge-club-0531f082003a6c1f44492785ec944ee9fc428d33.tar.bz2 perlweeklychallenge-club-0531f082003a6c1f44492785ec944ee9fc428d33.zip | |
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 113 |
1 files changed, 66 insertions, 47 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index a6eeb3341e..8d46a2dfdf 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -2,58 +2,41 @@ "legend" : { "enabled" : 0 }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "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 + "title" : { + "text" : "Perl Weekly Challenge - 071" }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } + "chart" : { + "type" : "column" }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 071", - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Roger Bell_West", - "y" : 2, - "name" : "Roger Bell_West" - }, - { - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor", - "y" : 2 - } - ] - } - ], "subtitle" : { - "text" : "[Champions: 2] Last updated at 2020-07-27 22:39:22 GMT" + "text" : "[Champions: 3] Last updated at 2020-07-27 22:52:29 GMT" }, - "chart" : { - "type" : "column" + "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" : "Perl Weekly Challenge - 071" + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ { + "name" : "Luca Ferrari", + "id" : "Luca Ferrari", + "data" : [ + [ + "Raku", + 2 + ], + [ + "Blog", + 2 + ] + ] + }, + { + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -64,19 +47,55 @@ 1 ] ], - "id" : "Roger Bell_West", "name" : "Roger Bell_West" }, { "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] - ], - "id" : "Simon Proctor" + ] } ] - } + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "series" : [ + { + "data" : [ + { + "y" : 4, + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari" + }, + { + "name" : "Roger Bell_West", + "y" : 2, + "drilldown" : "Roger Bell_West" + }, + { + "y" : 2, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + } + ], + "name" : "Perl Weekly Challenge - 071", + "colorByPoint" : 1 + } + ] } |
