diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-21 09:00:49 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-21 09:00:49 +0100 |
| commit | 05d215d7fec78e13a8103db389d57a0b42829fe1 (patch) | |
| tree | 2c8b94e418298f534d053829d9e94ee9403de61a /stats/pwc-current.json | |
| parent | d51a853a66e7eeb9ff4d03051e1c712ad600f650 (diff) | |
| download | perlweeklychallenge-club-05d215d7fec78e13a8103db389d57a0b42829fe1.tar.gz perlweeklychallenge-club-05d215d7fec78e13a8103db389d57a0b42829fe1.tar.bz2 perlweeklychallenge-club-05d215d7fec78e13a8103db389d57a0b42829fe1.zip | |
- Added solutions by Joelle Maslak.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 161 |
1 files changed, 90 insertions, 71 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6362849da7..909676bc23 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,17 +1,6 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } + "legend" : { + "enabled" : 0 }, "title" : { "text" : "Perl Weekly Challenge - 017" @@ -19,8 +8,8 @@ "drilldown" : { "series" : [ { - "id" : "Andrezgz", "name" : "Andrezgz", + "id" : "Andrezgz", "data" : [ [ "Perl 5", @@ -29,7 +18,6 @@ ] }, { - "id" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -40,20 +28,22 @@ 1 ] ], + "id" : "Dave Jacoby", "name" : "Dave Jacoby" }, { - "id" : "Duane Powell", + "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Duane Powell" + "id" : "Duane Powell" }, { "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Perl 5", @@ -63,8 +53,7 @@ "Blog", 1 ] - ], - "id" : "E. Choroba" + ] }, { "data" : [ @@ -77,21 +66,34 @@ 2 ] ], - "name" : "Feng Chang", - "id" : "Feng Chang" + "id" : "Feng Chang", + "name" : "Feng Chang" + }, + { + "data" : [ + [ + "Perl 5", + 1 + ], + [ + "Perl 6", + 1 + ] + ], + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" }, { + "id" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Kevin Colyer", - "id" : "Kevin Colyer" + "name" : "Kevin Colyer" }, { - "id" : "Laurent Rosenfeld", "name" : "Laurent Rosenfeld", "data" : [ [ @@ -106,27 +108,28 @@ "Blog", 1 ] - ] + ], + "id" : "Laurent Rosenfeld" }, { + "name" : "Lubos Kolouch", "id" : "Lubos Kolouch", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Lubos Kolouch" + ] }, { "name" : "Michael Hamlin", + "id" : "Michael Hamlin", "data" : [ [ "Perl 5", 1 ] - ], - "id" : "Michael Hamlin" + ] }, { "name" : "Noud", @@ -139,13 +142,13 @@ "id" : "Noud" }, { + "name" : "Roger Bell West", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Roger Bell West", "id" : "Roger Bell West" }, { @@ -173,17 +176,16 @@ "id" : "Simon Proctor" }, { - "name" : "Steven Wilson", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Steven Wilson" + "id" : "Steven Wilson", + "name" : "Steven Wilson" }, { - "id" : "Veesh Goldman", "data" : [ [ "Perl 5", @@ -198,108 +200,125 @@ 1 ] ], + "id" : "Veesh Goldman", "name" : "Veesh Goldman" } ] }, - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 15] Last updated at 2019-07-20 22:17:09 GMT" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } }, "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/>" - }, - "chart" : { - "type" : "column" + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1 }, "xAxis" : { "type" : "category" }, + "subtitle" : { + "text" : "[Champions: 16] Last updated at 2019-07-21 08:00:21 GMT" + }, "series" : [ { - "name" : "Perl Weekly Challenge - 017", "data" : [ { + "name" : "Andrezgz", "y" : 2, - "drilldown" : "Andrezgz", - "name" : "Andrezgz" + "drilldown" : "Andrezgz" }, { + "y" : 3, "name" : "Dave Jacoby", - "drilldown" : "Dave Jacoby", - "y" : 3 + "drilldown" : "Dave Jacoby" }, { - "y" : 2, "drilldown" : "Duane Powell", + "y" : 2, "name" : "Duane Powell" }, { - "y" : 3, "name" : "E. Choroba", + "y" : 3, "drilldown" : "E. Choroba" }, { + "drilldown" : "Feng Chang", "y" : 4, - "name" : "Feng Chang", - "drilldown" : "Feng Chang" + "name" : "Feng Chang" }, { + "drilldown" : "Joelle Maslak", "y" : 2, + "name" : "Joelle Maslak" + }, + { "drilldown" : "Kevin Colyer", + "y" : 2, "name" : "Kevin Colyer" }, { + "name" : "Laurent Rosenfeld", "y" : 5, - "drilldown" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld" + "drilldown" : "Laurent Rosenfeld" }, { + "drilldown" : "Lubos Kolouch", "y" : 2, - "name" : "Lubos Kolouch", - "drilldown" : "Lubos Kolouch" + "name" : "Lubos Kolouch" }, { "name" : "Michael Hamlin", - "drilldown" : "Michael Hamlin", - "y" : 1 + "y" : 1, + "drilldown" : "Michael Hamlin" }, { - "y" : 2, "drilldown" : "Noud", - "name" : "Noud" + "name" : "Noud", + "y" : 2 }, { "name" : "Roger Bell West", - "drilldown" : "Roger Bell West", - "y" : 2 + "y" : 2, + "drilldown" : "Roger Bell West" }, { - "y" : 4, "name" : "Ruben Westerberg", + "y" : 4, "drilldown" : "Ruben Westerberg" }, { - "y" : 1, + "drilldown" : "Simon Proctor", "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "y" : 1 }, { "y" : 1, - "drilldown" : "Steven Wilson", - "name" : "Steven Wilson" + "name" : "Steven Wilson", + "drilldown" : "Steven Wilson" }, { - "name" : "Veesh Goldman", "drilldown" : "Veesh Goldman", - "y" : 4 + "y" : 4, + "name" : "Veesh Goldman" } ], - "colorByPoint" : 1 + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 017" + } + ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } - ] + } } |
