diff options
| author | Jan Krňávek <Jan.Krnavek@gmail.com> | 2020-11-22 10:58:54 +0100 |
|---|---|---|
| committer | Jan Krňávek <Jan.Krnavek@gmail.com> | 2020-11-22 10:58:54 +0100 |
| commit | 78e8b6c7a680b43772ee439b1343f4e6e63a34a0 (patch) | |
| tree | 65a6578a28b86ed8cf8993712fb13c698c5accbc /stats/pwc-current.json | |
| parent | 2439a258d6a42dc1afd41466aeaa7c99e57ab1e3 (diff) | |
| parent | f52ce3a6e648a54cbabe74ccd2bff92ff8636162 (diff) | |
| download | perlweeklychallenge-club-78e8b6c7a680b43772ee439b1343f4e6e63a34a0.tar.gz perlweeklychallenge-club-78e8b6c7a680b43772ee439b1343f4e6e63a34a0.tar.bz2 perlweeklychallenge-club-78e8b6c7a680b43772ee439b1343f4e6e63a34a0.zip | |
Merge remote-tracking branch 'upstream/master' into challenge-week-087
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 489 |
1 files changed, 366 insertions, 123 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 7d22273e09..61569f00dc 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,29 +1,200 @@ { - "subtitle" : { - "text" : "[Champions: 13] Last updated at 2020-11-18 21:55:52 GMT" - }, - "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 + "chart" : { + "type" : "column" }, + "series" : [ + { + "data" : [ + { + "drilldown" : "Abigail", + "y" : 4, + "name" : "Abigail" + }, + { + "drilldown" : "Alexander Karelas", + "y" : 2, + "name" : "Alexander Karelas" + }, + { + "y" : 2, + "drilldown" : "Alexander Pankoff", + "name" : "Alexander Pankoff" + }, + { + "name" : "Andrew Shitov", + "y" : 2, + "drilldown" : "Andrew Shitov" + }, + { + "drilldown" : "Arne Sommer", + "y" : 4, + "name" : "Arne Sommer" + }, + { + "drilldown" : "Cheok-Yin Fung", + "y" : 3, + "name" : "Cheok-Yin Fung" + }, + { + "drilldown" : "Dave Jacoby", + "y" : 2, + "name" : "Dave Jacoby" + }, + { + "y" : 2, + "drilldown" : "Duane Powell", + "name" : "Duane Powell" + }, + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "name" : "Feng Chang", + "drilldown" : "Feng Chang", + "y" : 2 + }, + { + "name" : "Flavio Poletti", + "y" : 4, + "drilldown" : "Flavio Poletti" + }, + { + "name" : "Jorg Sommrey", + "y" : 2, + "drilldown" : "Jorg Sommrey" + }, + { + "drilldown" : "Julio de Castro", + "y" : 4, + "name" : "Julio de Castro" + }, + { + "y" : 2, + "drilldown" : "Kang-min Liu", + "name" : "Kang-min Liu" + }, + { + "name" : "Laurent Rosenfeld", + "drilldown" : "Laurent Rosenfeld", + "y" : 5 + }, + { + "name" : "Lubos Kolouch", + "y" : 1, + "drilldown" : "Lubos Kolouch" + }, + { + "drilldown" : "Mark Anderson", + "y" : 2, + "name" : "Mark Anderson" + }, + { + "y" : 2, + "drilldown" : "Nuno Vieira", + "name" : "Nuno Vieira" + }, + { + "drilldown" : "Philip Hood", + "y" : 2, + "name" : "Philip Hood" + }, + { + "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West", + "y" : 5 + }, + { + "drilldown" : "Samir Parikh", + "y" : 3, + "name" : "Samir Parikh" + }, + { + "y" : 3, + "drilldown" : "Simon Green", + "name" : "Simon Green" + }, + { + "name" : "Simon Proctor", + "y" : 2, + "drilldown" : "Simon Proctor" + }, + { + "y" : 2, + "drilldown" : "Stuart Little", + "name" : "Stuart Little" + }, + { + "name" : "Ulrich Rieke", + "y" : 2, + "drilldown" : "Ulrich Rieke" + }, + { + "name" : "Walt Mankowski", + "y" : 3, + "drilldown" : "Walt Mankowski" + } + ], + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 087" + } + ], "xAxis" : { "type" : "category" }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "legend" : { "enabled" : 0 }, "drilldown" : { "series" : [ { - "id" : "Alexander Karelas", + "name" : "Abigail", + "id" : "Abigail", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 2 + ] + ] + }, + { "data" : [ [ "Perl", 2 ] ], - "name" : "Alexander Karelas" + "name" : "Alexander Karelas", + "id" : "Alexander Karelas" + }, + { + "id" : "Alexander Pankoff", + "name" : "Alexander Pankoff", + "data" : [ + [ + "Perl", + 2 + ] + ] }, { "data" : [ @@ -36,28 +207,94 @@ "id" : "Andrew Shitov" }, { + "name" : "Arne Sommer", + "id" : "Arne Sommer", "data" : [ [ "Perl", + 1 + ], + [ + "Raku", 2 + ], + [ + "Blog", + 1 + ] + ] + }, + { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 ] ], + "id" : "Cheok-Yin Fung", + "name" : "Cheok-Yin Fung" + }, + { "name" : "Dave Jacoby", - "id" : "Dave Jacoby" + "id" : "Dave Jacoby", + "data" : [ + [ + "Perl", + 2 + ] + ] }, { + "data" : [ + [ + "Perl", + 2 + ] + ], "id" : "Duane Powell", - "name" : "Duane Powell", + "name" : "Duane Powell" + }, + { "data" : [ [ "Perl", - 1 + 2 + ] + ], + "name" : "E. Choroba", + "id" : "E. Choroba" + }, + { + "data" : [ + [ + "Raku", + 2 + ] + ], + "id" : "Feng Chang", + "name" : "Feng Chang" + }, + { + "name" : "Flavio Poletti", + "id" : "Flavio Poletti", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 2 ] ] }, { - "id" : "E. Choroba", - "name" : "E. Choroba", + "id" : "Jorg Sommrey", + "name" : "Jorg Sommrey", "data" : [ [ "Perl", @@ -68,45 +305,86 @@ { "data" : [ [ + "Perl", + 2 + ], + [ "Raku", 2 ] ], - "name" : "Feng Chang", - "id" : "Feng Chang" + "name" : "Julio de Castro", + "id" : "Julio de Castro" }, { - "name" : "Lubos Kolouch", "data" : [ [ - "Perl", - 1 + "Raku", + 2 ] ], - "id" : "Lubos Kolouch" + "name" : "Kang-min Liu", + "id" : "Kang-min Liu" }, { - "id" : "Mark Anderson", - "name" : "Mark Anderson", + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld", "data" : [ [ + "Perl", + 2 + ], + [ "Raku", + 2 + ], + [ + "Blog", 1 ] ] }, { - "id" : "Philip Hood", + "id" : "Lubos Kolouch", + "name" : "Lubos Kolouch", "data" : [ [ - "Raku", + "Perl", 1 ] + ] + }, + { + "data" : [ + [ + "Raku", + 2 + ] ], - "name" : "Philip Hood" + "id" : "Mark Anderson", + "name" : "Mark Anderson" + }, + { + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "Nuno Vieira", + "name" : "Nuno Vieira" + }, + { + "name" : "Philip Hood", + "id" : "Philip Hood", + "data" : [ + [ + "Raku", + 2 + ] + ] }, { - "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -115,133 +393,98 @@ [ "Raku", 2 + ], + [ + "Blog", + 1 ] ], + "id" : "Roger Bell_West", "name" : "Roger Bell_West" }, { "data" : [ [ - "Raku", + "Perl", 2 + ], + [ + "Blog", + 1 ] ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + "name" : "Samir Parikh", + "id" : "Samir Parikh" }, { "data" : [ [ - "Raku", + "Perl", 2 + ], + [ + "Blog", + 1 ] ], + "id" : "Simon Green", + "name" : "Simon Green" + }, + { + "name" : "Simon Proctor", + "id" : "Simon Proctor", + "data" : [ + [ + "Raku", + 2 + ] + ] + }, + { + "id" : "Stuart Little", "name" : "Stuart Little", - "id" : "Stuart Little" + "data" : [ + [ + "Raku", + 2 + ] + ] }, { - "id" : "Ulrich Rieke", "name" : "Ulrich Rieke", + "id" : "Ulrich Rieke", "data" : [ [ "Perl", 2 ] ] + }, + { + "id" : "Walt Mankowski", + "name" : "Walt Mankowski", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ] } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 087" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "tooltip" : { + "followPointer" : 1, + "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/>" }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } + "subtitle" : { + "text" : "[Champions: 26] Last updated at 2020-11-22 04:54:05 GMT" }, - "series" : [ - { - "data" : [ - { - "y" : 2, - "name" : "Alexander Karelas", - "drilldown" : "Alexander Karelas" - }, - { - "y" : 2, - "drilldown" : "Andrew Shitov", - "name" : "Andrew Shitov" - }, - { - "name" : "Dave Jacoby", - "drilldown" : "Dave Jacoby", - "y" : 2 - }, - { - "name" : "Duane Powell", - "drilldown" : "Duane Powell", - "y" : 1 - }, - { - "y" : 2, - "name" : "E. Choroba", - "drilldown" : "E. Choroba" - }, - { - "name" : "Feng Chang", - "drilldown" : "Feng Chang", - "y" : 2 - }, - { - "name" : "Lubos Kolouch", - "drilldown" : "Lubos Kolouch", - "y" : 1 - }, - { - "y" : 1, - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" - }, - { - "y" : 1, - "drilldown" : "Philip Hood", - "name" : "Philip Hood" - }, - { - "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West", - "y" : 4 - }, - { - "y" : 2, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - }, - { - "y" : 2, - "name" : "Stuart Little", - "drilldown" : "Stuart Little" - }, - { - "y" : 2, - "name" : "Ulrich Rieke", - "drilldown" : "Ulrich Rieke" - } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 087" - } - ] + "title" : { + "text" : "Perl Weekly Challenge - 087" + } } |
