diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-15 23:24:10 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-15 23:24:10 +0100 |
| commit | d6169afa54f61824c06727fad80d29065d071f9c (patch) | |
| tree | 43409b500cb72292d0c24fb7ba31a540cbedbc8c /stats/pwc-current.json | |
| parent | c3930d257f71b7ee01fec83cc05550652933ef55 (diff) | |
| download | perlweeklychallenge-club-d6169afa54f61824c06727fad80d29065d071f9c.tar.gz perlweeklychallenge-club-d6169afa54f61824c06727fad80d29065d071f9c.tar.bz2 perlweeklychallenge-club-d6169afa54f61824c06727fad80d29065d071f9c.zip | |
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 145 |
1 files changed, 82 insertions, 63 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6f5202a128..509f5be389 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,6 +1,13 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 025" + "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 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "drilldown" : { "series" : [ @@ -9,12 +16,27 @@ [ "Perl 5", 2 + ], + [ + "Blog", + 2 ] ], + "name" : "Adam Russell", + "id" : "Adam Russell" + }, + { + "id" : "Andrezgz", "name" : "Andrezgz", - "id" : "Andrezgz" + "data" : [ + [ + "Perl 5", + 2 + ] + ] }, { + "name" : "Arne Sommer", "data" : [ [ "Perl 6", @@ -25,12 +47,10 @@ 1 ] ], - "name" : "Arne Sommer", "id" : "Arne Sommer" }, { "id" : "Athanasius", - "name" : "Athanasius", "data" : [ [ "Perl 5", @@ -40,19 +60,21 @@ "Perl 6", 1 ] - ] + ], + "name" : "Athanasius" }, { + "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Duane Powell", "id" : "Duane Powell" }, { + "id" : "E. Choroba", "data" : [ [ "Perl 5", @@ -63,22 +85,20 @@ 1 ] ], - "name" : "E. Choroba", - "id" : "E. Choroba" + "name" : "E. Choroba" }, { + "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Guillermo Ramos", "id" : "Guillermo Ramos" }, { "id" : "Joelle Maslak", - "name" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -88,20 +108,21 @@ "Perl 6", 2 ] - ] + ], + "name" : "Joelle Maslak" }, { "id" : "Kevin Colyer", + "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Kevin Colyer" + ] }, { - "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -116,7 +137,7 @@ 1 ] ], - "id" : "Laurent Rosenfeld" + "name" : "Laurent Rosenfeld" }, { "name" : "Ozzy", @@ -129,8 +150,6 @@ "id" : "Ozzy" }, { - "id" : "Roger Bell West", - "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -140,10 +159,11 @@ "Blog", 1 ] - ] + ], + "name" : "Roger Bell West", + "id" : "Roger Bell West" }, { - "id" : "Ruben Westerberg", "name" : "Ruben Westerberg", "data" : [ [ @@ -154,7 +174,8 @@ "Perl 6", 2 ] - ] + ], + "id" : "Ruben Westerberg" }, { "data" : [ @@ -167,7 +188,6 @@ "id" : "Simon Proctor" }, { - "id" : "Yet Ebreo", "name" : "Yet Ebreo", "data" : [ [ @@ -182,49 +202,45 @@ "Blog", 1 ] - ] + ], + "id" : "Yet Ebreo" } ] }, - "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 + "xAxis" : { + "type" : "category" }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 } }, + "title" : { + "text" : "Perl Weekly Challenge - 025" + }, "legend" : { "enabled" : 0 }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "subtitle" : { - "text" : "[Champions: 14] Last updated at 2019-09-15 22:05:07 GMT" - }, - "chart" : { - "type" : "column" + "text" : "[Champions: 15] Last updated at 2019-09-15 22:23:45 GMT" }, "series" : [ { "name" : "Perl Weekly Challenge - 025", "data" : [ { + "drilldown" : "Adam Russell", + "y" : 4, + "name" : "Adam Russell" + }, + { "name" : "Andrezgz", - "y" : 2, - "drilldown" : "Andrezgz" + "drilldown" : "Andrezgz", + "y" : 2 }, { "y" : 3, @@ -233,8 +249,8 @@ }, { "name" : "Athanasius", - "drilldown" : "Athanasius", - "y" : 2 + "y" : 2, + "drilldown" : "Athanasius" }, { "name" : "Duane Powell", @@ -242,29 +258,29 @@ "y" : 2 }, { - "y" : 3, "drilldown" : "E. Choroba", + "y" : 3, "name" : "E. Choroba" }, { "name" : "Guillermo Ramos", - "drilldown" : "Guillermo Ramos", - "y" : 2 + "y" : 2, + "drilldown" : "Guillermo Ramos" }, { "name" : "Joelle Maslak", - "y" : 4, - "drilldown" : "Joelle Maslak" + "drilldown" : "Joelle Maslak", + "y" : 4 }, { + "name" : "Kevin Colyer", "y" : 2, - "drilldown" : "Kevin Colyer", - "name" : "Kevin Colyer" + "drilldown" : "Kevin Colyer" }, { "name" : "Laurent Rosenfeld", - "drilldown" : "Laurent Rosenfeld", - "y" : 5 + "y" : 5, + "drilldown" : "Laurent Rosenfeld" }, { "drilldown" : "Ozzy", @@ -272,9 +288,9 @@ "name" : "Ozzy" }, { - "drilldown" : "Roger Bell West", + "name" : "Roger Bell West", "y" : 3, - "name" : "Roger Bell West" + "drilldown" : "Roger Bell West" }, { "y" : 4, @@ -283,16 +299,19 @@ }, { "name" : "Simon Proctor", - "y" : 1, - "drilldown" : "Simon Proctor" + "drilldown" : "Simon Proctor", + "y" : 1 }, { - "name" : "Yet Ebreo", + "drilldown" : "Yet Ebreo", "y" : 5, - "drilldown" : "Yet Ebreo" + "name" : "Yet Ebreo" } ], "colorByPoint" : 1 } - ] + ], + "chart" : { + "type" : "column" + } } |
