diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 13:55:43 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 13:55:43 +0100 |
| commit | 1213708e7f960e94425adc07cb3faef151e4609f (patch) | |
| tree | 416462fe1199696f3c7d1f9f1b6692e3656b6ea8 /stats/pwc-current.json | |
| parent | 031fbe8a0c7289a18eb966600fe424891d7875e1 (diff) | |
| download | perlweeklychallenge-club-1213708e7f960e94425adc07cb3faef151e4609f.tar.gz perlweeklychallenge-club-1213708e7f960e94425adc07cb3faef151e4609f.tar.bz2 perlweeklychallenge-club-1213708e7f960e94425adc07cb3faef151e4609f.zip | |
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 155 |
1 files changed, 87 insertions, 68 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index b2d67ec0c8..7d68db8d30 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,62 +1,26 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2022-06-07 12:52:39 GMT" }, "title" : { "text" : "The Weekly Challenge - 168" }, - "tooltip" : { - "followPointer" : 1, - "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/>" - }, - "chart" : { - "type" : "column" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 168", - "data" : [ - { - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari", - "y" : 8 - }, - { - "name" : "Mark Anderson", - "drilldown" : "Mark Anderson", - "y" : 2 - }, - { - "name" : "Peter Campbell Smith", - "drilldown" : "Peter Campbell Smith", - "y" : 3 - }, - { - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 4 - }, - { - "name" : "Ryan Thompson", - "y" : 6, - "drilldown" : "Ryan Thompson" - } - ] - } - ], "drilldown" : { "series" : [ { + "id" : "Luca Ferrari", "name" : "Luca Ferrari", "data" : [ [ @@ -67,18 +31,17 @@ "Blog", 6 ] - ], - "id" : "Luca Ferrari" + ] }, { - "id" : "Mark Anderson", - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ] + ], + "name" : "Mark Anderson", + "id" : "Mark Anderson" }, { "name" : "Peter Campbell Smith", @@ -95,8 +58,6 @@ "id" : "Peter Campbell Smith" }, { - "id" : "Roger Bell_West", - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -106,10 +67,11 @@ "Raku", 2 ] - ] + ], + "name" : "Roger Bell_West", + "id" : "Roger Bell_West" }, { - "id" : "Ryan Thompson", "name" : "Ryan Thompson", "data" : [ [ @@ -124,20 +86,77 @@ "Blog", 2 ] - ] + ], + "id" : "Ryan Thompson" + }, + { + "name" : "W. Luis Mochan", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ], + "id" : "W. Luis Mochan" } ] }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "legend" : { + "enabled" : 0 + }, + "series" : [ + { + "name" : "The Weekly Challenge - 168", + "colorByPoint" : 1, + "data" : [ + { + "y" : 8, + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari" + }, + { + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson", + "y" : 2 + }, + { + "name" : "Peter Campbell Smith", + "y" : 3, + "drilldown" : "Peter Campbell Smith" + }, + { + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West", + "y" : 4 + }, + { + "drilldown" : "Ryan Thompson", + "name" : "Ryan Thompson", + "y" : 6 + }, + { + "y" : 3, + "name" : "W. Luis Mochan", + "drilldown" : "W. Luis Mochan" + } + ] + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2022-06-07 12:37:23 GMT" + "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/>" + }, + "chart" : { + "type" : "column" } } |
