diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-05 14:27:13 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-05 14:27:13 +0100 |
| commit | caa221e4bb39c7b8c007439b82252511425d20c6 (patch) | |
| tree | 78cd16a6c071ed8c36f7d9513f475dc5dbf643b1 /stats/pwc-current.json | |
| parent | 6e181bf3ca0f5ed9485b741fdcf7b68455371235 (diff) | |
| download | perlweeklychallenge-club-caa221e4bb39c7b8c007439b82252511425d20c6.tar.gz perlweeklychallenge-club-caa221e4bb39c7b8c007439b82252511425d20c6.tar.bz2 perlweeklychallenge-club-caa221e4bb39c7b8c007439b82252511425d20c6.zip | |
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 141 |
1 files changed, 80 insertions, 61 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index a6d6b08e46..34778a3b74 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,59 +1,6 @@ { - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "title" : { - "text" : "The Weekly Challenge - 159" - }, - "series" : [ - { - "data" : [ - { - "name" : "James Smith", - "drilldown" : "James Smith", - "y" : 3 - }, - { - "y" : 2, - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" - }, - { - "drilldown" : "Paulo Custodio", - "y" : 2, - "name" : "Paulo Custodio" - }, - { - "name" : "Roger Bell_West", - "y" : 4, - "drilldown" : "Roger Bell_West" - } - ], - "name" : "The Weekly Challenge - 159", - "colorByPoint" : 1 - } - ], "subtitle" : { - "text" : "[Champions: 4] Last updated at 2022-04-05 13:17:44 GMT" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "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/>" + "text" : "[Champions: 5] Last updated at 2022-04-05 13:25:07 GMT" }, "drilldown" : { "series" : [ @@ -72,8 +19,22 @@ "id" : "James Smith" }, { - "id" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ], + [ + "Blog", + 6 + ] + ], + "name" : "Luca Ferrari", + "id" : "Luca Ferrari" + }, + { "name" : "Mark Anderson", + "id" : "Mark Anderson", "data" : [ [ "Raku", @@ -92,8 +53,6 @@ ] }, { - "id" : "Roger Bell_West", - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -103,14 +62,74 @@ "Raku", 2 ] - ] + ], + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" } ] }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "The Weekly Challenge - 159" + }, "legend" : { "enabled" : 0 }, - "chart" : { - "type" : "column" - } + "xAxis" : { + "type" : "category" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "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/>" + }, + "series" : [ + { + "data" : [ + { + "y" : 3, + "name" : "James Smith", + "drilldown" : "James Smith" + }, + { + "y" : 8, + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari" + }, + { + "y" : 2, + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson" + }, + { + "drilldown" : "Paulo Custodio", + "name" : "Paulo Custodio", + "y" : 2 + }, + { + "y" : 4, + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West" + } + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 159" + } + ] } |
