diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-02-10 11:52:11 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-02-10 11:52:11 +0000 |
| commit | d5741960b9b2f50c21d2efd4975281380fe69ef7 (patch) | |
| tree | 49392a743d6810d74022b9b88555d66171c5f119 /stats/pwc-current.json | |
| parent | eafbcb908967a51753c6578afb7694dbff764e61 (diff) | |
| download | perlweeklychallenge-club-d5741960b9b2f50c21d2efd4975281380fe69ef7.tar.gz perlweeklychallenge-club-d5741960b9b2f50c21d2efd4975281380fe69ef7.tar.bz2 perlweeklychallenge-club-d5741960b9b2f50c21d2efd4975281380fe69ef7.zip | |
- Added solutions by Javier Luque.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 83 |
1 files changed, 53 insertions, 30 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 047f4cc64d..819d4b3631 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -3,35 +3,39 @@ "series" : { "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" } } }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2020-02-10 11:38:25 GMT" - }, - "tooltip" : { - "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/>", - "followPointer" : 1 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 047" + "legend" : { + "enabled" : 0 }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2020-02-10 11:51:55 GMT" }, "drilldown" : { "series" : [ { + "name" : "Javier Luque", + "id" : "Javier Luque", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ], + [ + "Blog", + 1 + ] + ] + }, + { "name" : "Luca Ferrari", - "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -41,7 +45,8 @@ "Blog", 2 ] - ] + ], + "id" : "Luca Ferrari" }, { "name" : "Simon Proctor", @@ -55,27 +60,45 @@ } ] }, - "legend" : { - "enabled" : 0 + "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/>" + }, + "title" : { + "text" : "Perl Weekly Challenge - 047" }, "series" : [ { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 047", "data" : [ { - "y" : 4, + "name" : "Javier Luque", + "y" : 5, + "drilldown" : "Javier Luque" + }, + { "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari" + "drilldown" : "Luca Ferrari", + "y" : 4 }, { - "y" : 2, + "name" : "Simon Proctor", "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" + "y" : 2 } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 047" + ] } ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "type" : "category" } |
