diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-12 15:46:06 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-12 15:46:06 +0100 |
| commit | 6c6add00808d847f319b0c77f52bd258bc44b650 (patch) | |
| tree | 20fd55c897348ac06475ece96cd69ab42e9323b0 /stats/pwc-current.json | |
| parent | 39ab8bd41f97a3f27ccccbc53a00e5dab125becb (diff) | |
| download | perlweeklychallenge-club-6c6add00808d847f319b0c77f52bd258bc44b650.tar.gz perlweeklychallenge-club-6c6add00808d847f319b0c77f52bd258bc44b650.tar.bz2 perlweeklychallenge-club-6c6add00808d847f319b0c77f52bd258bc44b650.zip | |
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 127 |
1 files changed, 73 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index b0eda4e16b..df5bea0cff 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,10 +1,4 @@ { - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, "plotOptions" : { "series" : { "dataLabels" : { @@ -14,68 +8,90 @@ "borderWidth" : 0 } }, + "tooltip" : { + "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 + }, + "title" : { + "text" : "The Weekly Challenge - 129" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, "series" : [ { - "colorByPoint" : 1, "name" : "The Weekly Challenge - 129", "data" : [ { - "y" : 4, "drilldown" : "Abigail", + "y" : 4, "name" : "Abigail" }, { - "drilldown" : "Dave Jacoby", + "y" : 3, + "drilldown" : "Arne Sommer", + "name" : "Arne Sommer" + }, + { "name" : "Dave Jacoby", + "drilldown" : "Dave Jacoby", "y" : 3 }, { "drilldown" : "E. Choroba", - "name" : "E. Choroba", - "y" : 2 + "y" : 2, + "name" : "E. Choroba" }, { - "drilldown" : "Flavio Poletti", "name" : "Flavio Poletti", - "y" : 6 + "y" : 6, + "drilldown" : "Flavio Poletti" }, { "drilldown" : "James Smith", - "name" : "James Smith", - "y" : 2 + "y" : 2, + "name" : "James Smith" }, { - "name" : "Jorg Sommrey", "drilldown" : "Jorg Sommrey", - "y" : 2 + "y" : 2, + "name" : "Jorg Sommrey" }, { + "name" : "Luca Ferrari", "y" : 4, - "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" + "drilldown" : "Luca Ferrari" }, { - "drilldown" : "Peter Campbell Smith", "name" : "Peter Campbell Smith", + "drilldown" : "Peter Campbell Smith", "y" : 1 }, { "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 4 + "y" : 4, + "drilldown" : "Roger Bell_West" }, { "name" : "W. Luis Mochan", - "drilldown" : "W. Luis Mochan", - "y" : 3 + "y" : 3, + "drilldown" : "W. Luis Mochan" } - ] + ], + "colorByPoint" : 1 } ], - "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/>" + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2021-09-12 14:40:48 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "drilldown" : { "series" : [ @@ -94,6 +110,20 @@ "id" : "Abigail" }, { + "id" : "Arne Sommer", + "data" : [ + [ + "Raku", + 2 + ], + [ + "Blog", + 1 + ] + ], + "name" : "Arne Sommer" + }, + { "name" : "Dave Jacoby", "data" : [ [ @@ -108,16 +138,17 @@ "id" : "Dave Jacoby" }, { - "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] ], - "name" : "E. Choroba" + "name" : "E. Choroba", + "id" : "E. Choroba" }, { + "id" : "Flavio Poletti", "name" : "Flavio Poletti", "data" : [ [ @@ -132,28 +163,27 @@ "Blog", 2 ] - ], - "id" : "Flavio Poletti" + ] }, { + "id" : "James Smith", "name" : "James Smith", "data" : [ [ "Perl", 2 ] - ], - "id" : "James Smith" + ] }, { + "id" : "Jorg Sommrey", + "name" : "Jorg Sommrey", "data" : [ [ "Perl", 2 ] - ], - "name" : "Jorg Sommrey", - "id" : "Jorg Sommrey" + ] }, { "data" : [ @@ -170,13 +200,13 @@ "id" : "Luca Ferrari" }, { + "name" : "Peter Campbell Smith", "data" : [ [ "Perl", 1 ] ], - "name" : "Peter Campbell Smith", "id" : "Peter Campbell Smith" }, { @@ -198,6 +228,7 @@ "id" : "Roger Bell_West" }, { + "id" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -208,23 +239,11 @@ 1 ] ], - "name" : "W. Luis Mochan", - "id" : "W. Luis Mochan" + "name" : "W. Luis Mochan" } ] }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2021-09-10 22:17:59 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "title" : { - "text" : "The Weekly Challenge - 129" + "legend" : { + "enabled" : 0 } } |
