diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 14:14:06 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 14:14:06 +0100 |
| commit | 9c9115ab6c1bcd2ab03320c54914d82599f55e39 (patch) | |
| tree | 81236d4039bfbafbf4bfa536bc7f58f4eac47e93 /stats/pwc-current.json | |
| parent | fcef89ade75d8bc97fb2561d52a8e94e16f8f10f (diff) | |
| download | perlweeklychallenge-club-9c9115ab6c1bcd2ab03320c54914d82599f55e39.tar.gz perlweeklychallenge-club-9c9115ab6c1bcd2ab03320c54914d82599f55e39.tar.bz2 perlweeklychallenge-club-9c9115ab6c1bcd2ab03320c54914d82599f55e39.zip | |
- Added solutions by Marton Polgar.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 169 |
1 files changed, 92 insertions, 77 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 4842e89724..919b120ca1 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,27 +1,91 @@ { + "xAxis" : { + "type" : "category" + }, "title" : { "text" : "The Weekly Challenge - 168" }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 168", + "data" : [ + { + "name" : "James Smith", + "drilldown" : "James Smith", + "y" : 3 + }, + { + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari", + "y" : 8 + }, + { + "y" : 2, + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson" + }, + { + "y" : 2, + "name" : "Marton Polgar", + "drilldown" : "Marton Polgar" + }, + { + "y" : 3, + "name" : "Peter Campbell Smith", + "drilldown" : "Peter Campbell Smith" + }, + { + "y" : 4, + "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West" + }, + { + "y" : 6, + "name" : "Ryan Thompson", + "drilldown" : "Ryan Thompson" + }, + { + "y" : 3, + "name" : "W. Luis Mochan", + "drilldown" : "W. Luis Mochan" + } + ] + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 } }, - "legend" : { - "enabled" : 0 + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2022-06-07 13:10:59 GMT" }, "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/>", - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "followPointer" : 1 }, "drilldown" : { "series" : [ { + "id" : "James Smith", + "name" : "James Smith", "data" : [ [ "Perl", @@ -31,9 +95,7 @@ "Blog", 1 ] - ], - "id" : "James Smith", - "name" : "James Smith" + ] }, { "data" : [ @@ -50,14 +112,24 @@ "id" : "Luca Ferrari" }, { + "name" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ], + "id" : "Mark Anderson" + }, + { "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson", - "name" : "Mark Anderson" + "name" : "Marton Polgar", + "id" : "Marton Polgar" }, { "id" : "Peter Campbell Smith", @@ -75,7 +147,6 @@ }, { "id" : "Roger Bell_West", - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -85,9 +156,11 @@ "Raku", 2 ] - ] + ], + "name" : "Roger Bell_West" }, { + "name" : "Ryan Thompson", "data" : [ [ "Perl", @@ -102,12 +175,9 @@ 2 ] ], - "id" : "Ryan Thompson", - "name" : "Ryan Thompson" + "id" : "Ryan Thompson" }, { - "name" : "W. Luis Mochan", - "id" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -117,65 +187,10 @@ "Blog", 1 ] - ] + ], + "name" : "W. Luis Mochan", + "id" : "W. Luis Mochan" } ] - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2022-06-07 13:02:18 GMT" - }, - "xAxis" : { - "type" : "category" - }, - "series" : [ - { - "name" : "The Weekly Challenge - 168", - "data" : [ - { - "name" : "James Smith", - "y" : 3, - "drilldown" : "James Smith" - }, - { - "drilldown" : "Luca Ferrari", - "y" : 8, - "name" : "Luca Ferrari" - }, - { - "drilldown" : "Mark Anderson", - "y" : 2, - "name" : "Mark Anderson" - }, - { - "y" : 3, - "name" : "Peter Campbell Smith", - "drilldown" : "Peter Campbell Smith" - }, - { - "name" : "Roger Bell_West", - "y" : 4, - "drilldown" : "Roger Bell_West" - }, - { - "name" : "Ryan Thompson", - "y" : 6, - "drilldown" : "Ryan Thompson" - }, - { - "y" : 3, - "name" : "W. Luis Mochan", - "drilldown" : "W. Luis Mochan" - } - ], - "colorByPoint" : 1 - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } } } |
