diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-21 16:03:13 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-21 16:03:13 +0000 |
| commit | b9cb4e6892387a45d9506fcd81c9a96443d0aa31 (patch) | |
| tree | 7b968ea6fc8c242375903c11b7d2d5278553d56f /stats/pwc-current.json | |
| parent | 9b3d7a11e563e32c66262e90014e8f2747022b55 (diff) | |
| download | perlweeklychallenge-club-b9cb4e6892387a45d9506fcd81c9a96443d0aa31.tar.gz perlweeklychallenge-club-b9cb4e6892387a45d9506fcd81c9a96443d0aa31.tar.bz2 perlweeklychallenge-club-b9cb4e6892387a45d9506fcd81c9a96443d0aa31.zip | |
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 145 |
1 files changed, 82 insertions, 63 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8802ebec1f..2b9d3446ab 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,85 +1,41 @@ { - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2021-12-21 15:55:26 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "series" : [ - { - "name" : "The Weekly Challenge - 144", - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "E. Choroba", - "name" : "E. Choroba", - "y" : 2 - }, - { - "name" : "Paulo Custodio", - "y" : 2, - "drilldown" : "Paulo Custodio" - }, - { - "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West", - "y" : 4 - } - ] - } - ], - "title" : { - "text" : "The Weekly Challenge - 144" - }, - "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/>" - }, "drilldown" : { "series" : [ { - "id" : "E. Choroba", - "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "E. Choroba", + "id" : "E. Choroba" }, { + "name" : "Luca Ferrari", "data" : [ [ - "Perl", + "Raku", 2 + ], + [ + "Blog", + 4 ] ], + "id" : "Luca Ferrari" + }, + { "name" : "Paulo Custodio", + "data" : [ + [ + "Perl", + 2 + ] + ], "id" : "Paulo Custodio" }, { - "id" : "Roger Bell_West", "name" : "Roger Bell_West", "data" : [ [ @@ -90,8 +46,71 @@ "Raku", 2 ] - ] + ], + "id" : "Roger Bell_West" } ] + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "The Weekly Challenge - 144" + }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 144", + "data" : [ + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "drilldown" : "Luca Ferrari", + "y" : 6, + "name" : "Luca Ferrari" + }, + { + "y" : 2, + "name" : "Paulo Custodio", + "drilldown" : "Paulo Custodio" + }, + { + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West", + "y" : 4 + } + ] + } + ], + "tooltip" : { + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2021-12-21 16:01:22 GMT" + }, + "xAxis" : { + "type" : "category" } } |
