diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-08 13:20:58 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-08 13:20:58 +0100 |
| commit | b8d9da775e3c046045a8197efe7273d2d053ef75 (patch) | |
| tree | 7f6509f1298b31fcb8096beffcfaad6e00c3abce /stats/pwc-current.json | |
| parent | 439cc42cfa770574f30545dd3e6d72abbc646e4c (diff) | |
| download | perlweeklychallenge-club-b8d9da775e3c046045a8197efe7273d2d053ef75.tar.gz perlweeklychallenge-club-b8d9da775e3c046045a8197efe7273d2d053ef75.tar.bz2 perlweeklychallenge-club-b8d9da775e3c046045a8197efe7273d2d053ef75.zip | |
- Added solutions by Stephen G Lynn.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 116 |
1 files changed, 58 insertions, 58 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 59d88c2320..8906644d94 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,4 +1,10 @@ { + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + }, "plotOptions" : { "series" : { "borderWidth" : 0, @@ -8,8 +14,18 @@ } } }, - "legend" : { - "enabled" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2022-06-08 12:18:39 GMT" + }, + "tooltip" : { + "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/>", + "followPointer" : 1 }, "chart" : { "type" : "column" @@ -17,16 +33,17 @@ "drilldown" : { "series" : [ { - "name" : "E. Choroba", "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "E. Choroba" }, { + "id" : "James Smith", "name" : "James Smith", "data" : [ [ @@ -37,11 +54,10 @@ "Blog", 1 ] - ], - "id" : "James Smith" + ] }, { - "name" : "Luca Ferrari", + "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -52,27 +68,27 @@ 6 ] ], - "id" : "Luca Ferrari" + "name" : "Luca Ferrari" }, { "name" : "Mark Anderson", - "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ] + ], + "id" : "Mark Anderson" }, { "name" : "Marton Polgar", - "id" : "Marton Polgar", "data" : [ [ "Raku", 2 ] - ] + ], + "id" : "Marton Polgar" }, { "id" : "Peter Campbell Smith", @@ -99,11 +115,10 @@ 2 ] ], - "id" : "Robert DiCicco", - "name" : "Robert DiCicco" + "name" : "Robert DiCicco", + "id" : "Robert DiCicco" }, { - "name" : "Roger Bell_West", "id" : "Roger Bell_West", "data" : [ [ @@ -114,10 +129,10 @@ "Raku", 2 ] - ] + ], + "name" : "Roger Bell_West" }, { - "id" : "Ryan Thompson", "data" : [ [ "Perl", @@ -132,23 +147,25 @@ 2 ] ], - "name" : "Ryan Thompson" + "name" : "Ryan Thompson", + "id" : "Ryan Thompson" }, { "data" : [ [ "Perl", - 1 + 2 ], [ "Raku", - 1 + 2 ] ], - "id" : "Stephen G Lynn", - "name" : "Stephen G Lynn" + "name" : "Stephen G Lynn", + "id" : "Stephen G Lynn" }, { + "name" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -159,39 +176,39 @@ 1 ] ], - "id" : "W. Luis Mochan", - "name" : "W. Luis Mochan" + "id" : "W. Luis Mochan" } ] }, "series" : [ { + "name" : "The Weekly Challenge - 168", "colorByPoint" : 1, "data" : [ { - "name" : "E. Choroba", + "y" : 2, "drilldown" : "E. Choroba", - "y" : 2 + "name" : "E. Choroba" }, { - "y" : 3, "name" : "James Smith", - "drilldown" : "James Smith" + "drilldown" : "James Smith", + "y" : 3 }, { "y" : 8, - "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari" }, { - "y" : 2, + "drilldown" : "Mark Anderson", "name" : "Mark Anderson", - "drilldown" : "Mark Anderson" + "y" : 2 }, { "y" : 2, - "name" : "Marton Polgar", - "drilldown" : "Marton Polgar" + "drilldown" : "Marton Polgar", + "name" : "Marton Polgar" }, { "drilldown" : "Peter Campbell Smith", @@ -204,9 +221,9 @@ "drilldown" : "Robert DiCicco" }, { - "name" : "Roger Bell_West", + "y" : 4, "drilldown" : "Roger Bell_West", - "y" : 4 + "name" : "Roger Bell_West" }, { "y" : 6, @@ -214,36 +231,19 @@ "name" : "Ryan Thompson" }, { - "y" : 2, "drilldown" : "Stephen G Lynn", - "name" : "Stephen G Lynn" + "name" : "Stephen G Lynn", + "y" : 4 }, { - "y" : 3, "drilldown" : "W. Luis Mochan", - "name" : "W. Luis Mochan" + "name" : "W. Luis Mochan", + "y" : 3 } - ], - "name" : "The Weekly Challenge - 168" + ] } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" - }, - "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" : "The Weekly Challenge - 168" - }, - "subtitle" : { - "text" : "[Champions: 11] Last updated at 2022-06-07 22:14:13 GMT" } } |
