diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-04 18:14:18 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-04 18:14:18 +0000 |
| commit | 0c5be49a24c43acadd7a0b8f04142cebb4647da5 (patch) | |
| tree | ed5b259afb9486b72a4ab8e41159abb41e8164e0 /stats/pwc-current.json | |
| parent | 1fde796075cf5a0c3c8939998385e62064a89681 (diff) | |
| download | perlweeklychallenge-club-0c5be49a24c43acadd7a0b8f04142cebb4647da5.tar.gz perlweeklychallenge-club-0c5be49a24c43acadd7a0b8f04142cebb4647da5.tar.bz2 perlweeklychallenge-club-0c5be49a24c43acadd7a0b8f04142cebb4647da5.zip | |
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 159 |
1 files changed, 89 insertions, 70 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 30d8baffe4..60e162c22d 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,25 +1,91 @@ { + "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 + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "title" : { + "text" : "The Weekly Challenge - 146" + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { - "name" : "Andrew Shitov", + "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] ], - "id" : "Andrew Shitov" + "name" : "Andrew Shitov" }, { "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ], - "name" : "E. Choroba" + ] }, { "data" : [ @@ -56,8 +122,6 @@ "name" : "Mark Anderson" }, { - "id" : "Roger Bell_West", - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -67,80 +131,35 @@ "Raku", 2 ] + ], + "name" : "Roger Bell_West", + "id" : "Roger Bell_West" + }, + { + "id" : "W. Luis Mochan", + "name" : "W. Luis Mochan", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] ] } ] }, + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2022-01-04 18:12:48 GMT" + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Andrew Shitov", - "y" : 1, - "name" : "Andrew Shitov" - }, - { - "drilldown" : "E. Choroba", - "y" : 2, - "name" : "E. Choroba" - }, - { - "drilldown" : "Feng Chang", - "y" : 2, - "name" : "Feng Chang" - }, - { - "drilldown" : "James Smith", - "name" : "James Smith", - "y" : 3 - }, - { - "name" : "Mark Anderson", - "y" : 2, - "drilldown" : "Mark Anderson" - }, - { - "name" : "Roger Bell_West", - "y" : 4, - "drilldown" : "Roger Bell_West" - } - ], - "name" : "The Weekly Challenge - 146", - "colorByPoint" : 1 - } - ], - "subtitle" : { - "text" : "[Champions: 6] Last updated at 2022-01-04 18:02:31 GMT" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, "chart" : { "type" : "column" - }, - "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 - }, - "legend" : { - "enabled" : 0 - }, - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "The Weekly Challenge - 146" } } |
