diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-04 18:22:13 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-04 18:22:13 +0000 |
| commit | 20ccf88a748f238da4cccb7e3964593da1ffe46d (patch) | |
| tree | ac7c5bb912e992bd286abeb501f8ff42aee1c0c4 /stats/pwc-current.json | |
| parent | 84b888e599be96ac58b03d2abb006c0d124530e5 (diff) | |
| download | perlweeklychallenge-club-20ccf88a748f238da4cccb7e3964593da1ffe46d.tar.gz perlweeklychallenge-club-20ccf88a748f238da4cccb7e3964593da1ffe46d.tar.bz2 perlweeklychallenge-club-20ccf88a748f238da4cccb7e3964593da1ffe46d.zip | |
- Added solution by Jorg Sommrey.
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 60e162c22d..9df9933c0c 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,103 +1,49 @@ { - "series" : [ - { - "data" : [ - { - "name" : "Andrew Shitov", - "y" : 1, - "drilldown" : "Andrew Shitov" - }, - { - "drilldown" : "E. Choroba", - "y" : 2, - "name" : "E. Choroba" - }, - { - "name" : "Feng Chang", - "y" : 2, - "drilldown" : "Feng Chang" - }, - { - "name" : "James Smith", - "y" : 3, - "drilldown" : "James Smith" - }, - { - "name" : "Mark Anderson", - "drilldown" : "Mark Anderson", - "y" : 2 - }, - { - "name" : "Roger Bell_West", - "y" : 4, - "drilldown" : "Roger Bell_West" - }, - { - "name" : "W. Luis Mochan", - "y" : 3, - "drilldown" : "W. Luis Mochan" - } - ], - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 146" - } - ], - "legend" : { - "enabled" : 0 - }, "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 + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "title" : { - "text" : "The Weekly Challenge - 146" + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2022-01-04 18:20:30 GMT" }, - "xAxis" : { - "type" : "category" + "legend" : { + "enabled" : 0 }, "drilldown" : { "series" : [ { - "id" : "Andrew Shitov", + "name" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] ], - "name" : "Andrew Shitov" + "id" : "Andrew Shitov" }, { - "id" : "E. Choroba", "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ] + ], + "id" : "E. Choroba" }, { + "name" : "Feng Chang", "data" : [ [ "Raku", 2 ] ], - "name" : "Feng Chang", "id" : "Feng Chang" }, { + "id" : "James Smith", "data" : [ [ "Perl", @@ -108,20 +54,30 @@ 1 ] ], - "name" : "James Smith", - "id" : "James Smith" + "name" : "James Smith" }, { - "id" : "Mark Anderson", + "data" : [ + [ + "Perl", + 1 + ] + ], + "id" : "Jorg Sommrey", + "name" : "Jorg Sommrey" + }, + { + "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "name" : "Mark Anderson" + "id" : "Mark Anderson" }, { + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -132,12 +88,9 @@ 2 ] ], - "name" : "Roger Bell_West", "id" : "Roger Bell_West" }, { - "id" : "W. Luis Mochan", - "name" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -147,13 +100,60 @@ "Blog", 1 ] - ] + ], + "id" : "W. Luis Mochan", + "name" : "W. Luis Mochan" } ] }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2022-01-04 18:12:48 GMT" - }, + "series" : [ + { + "data" : [ + { + "name" : "Andrew Shitov", + "y" : 1, + "drilldown" : "Andrew Shitov" + }, + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "drilldown" : "Feng Chang", + "y" : 2, + "name" : "Feng Chang" + }, + { + "name" : "James Smith", + "y" : 3, + "drilldown" : "James Smith" + }, + { + "drilldown" : "Jorg Sommrey", + "y" : 1, + "name" : "Jorg Sommrey" + }, + { + "name" : "Mark Anderson", + "y" : 2, + "drilldown" : "Mark Anderson" + }, + { + "y" : 4, + "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West" + }, + { + "drilldown" : "W. Luis Mochan", + "name" : "W. Luis Mochan", + "y" : 3 + } + ], + "name" : "The Weekly Challenge - 146", + "colorByPoint" : 1 + } + ], "yAxis" : { "title" : { "text" : "Total Solutions" @@ -161,5 +161,20 @@ }, "chart" : { "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "title" : { + "text" : "The Weekly Challenge - 146" } } |
