diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-01 16:08:42 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-01 16:08:42 +0100 |
| commit | 94ba807440636a0a78750f25b63ad4b32da7d5a1 (patch) | |
| tree | ae8897c18a7cde7909d13dbc8237f5fd49865f6e /stats/pwc-current.json | |
| parent | 2579bf2e1e9d493d4a1d2c9d9a9f6e2d699273eb (diff) | |
| download | perlweeklychallenge-club-94ba807440636a0a78750f25b63ad4b32da7d5a1.tar.gz perlweeklychallenge-club-94ba807440636a0a78750f25b63ad4b32da7d5a1.tar.bz2 perlweeklychallenge-club-94ba807440636a0a78750f25b63ad4b32da7d5a1.zip | |
- Added solution by Julien Fiegehenn.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 151 |
1 files changed, 83 insertions, 68 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f44a9426c9..ddbbbf8a91 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,24 +1,4 @@ { - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2019-10-01 14:04:11 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "drilldown" : { "series" : [ { @@ -28,38 +8,48 @@ 1 ] ], - "name" : "Daniel Mita", - "id" : "Daniel Mita" + "id" : "Daniel Mita", + "name" : "Daniel Mita" }, { - "id" : "Dave Cross", - "name" : "Dave Cross", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Dave Cross", + "id" : "Dave Cross" }, { - "id" : "Duane Powell", - "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Duane Powell", + "id" : "Duane Powell" }, { "data" : [ [ - "Perl 6", - 2 + "Perl 5", + 1 ] ], + "name" : "Julien Fiegehenn", + "id" : "Julien Fiegehenn" + }, + { + "id" : "Markus Holzer", "name" : "Markus Holzer", - "id" : "Markus Holzer" + "data" : [ + [ + "Perl 6", + 2 + ] + ] }, { "data" : [ @@ -72,14 +62,14 @@ "id" : "Pete Houston" }, { - "id" : "Prajith P", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Prajith P" + "name" : "Prajith P", + "id" : "Prajith P" }, { "data" : [ @@ -88,30 +78,32 @@ 1 ] ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + "id" : "Simon Proctor", + "name" : "Simon Proctor" }, { + "name" : "Steven Wilson", "id" : "Steven Wilson", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Steven Wilson" + ] }, { "id" : "Ulrich Rieke", + "name" : "Ulrich Rieke", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Ulrich Rieke" + ] }, { + "name" : "Yet Ebreo", + "id" : "Yet Ebreo", "data" : [ [ "Perl 5", @@ -121,37 +113,40 @@ "Perl 6", 2 ] - ], - "name" : "Yet Ebreo", - "id" : "Yet Ebreo" + ] } ] }, - "xAxis" : { - "type" : "category" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : 0 }, "series" : [ { - "name" : "Perl Weekly Challenge - 028", - "colorByPoint" : 1, "data" : [ { - "y" : 1, "drilldown" : "Daniel Mita", + "y" : 1, "name" : "Daniel Mita" }, { - "name" : "Dave Cross", + "y" : 2, "drilldown" : "Dave Cross", - "y" : 2 + "name" : "Dave Cross" }, { + "y" : 2, "drilldown" : "Duane Powell", - "name" : "Duane Powell", - "y" : 2 + "name" : "Duane Powell" + }, + { + "drilldown" : "Julien Fiegehenn", + "y" : 1, + "name" : "Julien Fiegehenn" }, { "y" : 2, @@ -159,44 +154,64 @@ "name" : "Markus Holzer" }, { - "drilldown" : "Pete Houston", "name" : "Pete Houston", + "drilldown" : "Pete Houston", "y" : 1 }, { - "drilldown" : "Prajith P", "name" : "Prajith P", + "drilldown" : "Prajith P", "y" : 2 }, { "y" : 1, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" }, { + "name" : "Steven Wilson", "y" : 2, - "drilldown" : "Steven Wilson", - "name" : "Steven Wilson" + "drilldown" : "Steven Wilson" }, { - "drilldown" : "Ulrich Rieke", "name" : "Ulrich Rieke", - "y" : 2 + "y" : 2, + "drilldown" : "Ulrich Rieke" }, { "drilldown" : "Yet Ebreo", - "name" : "Yet Ebreo", - "y" : 4 + "y" : 4, + "name" : "Yet Ebreo" } - ] + ], + "name" : "Perl Weekly Challenge - 028", + "colorByPoint" : 1 } ], + "title" : { + "text" : "Perl Weekly Challenge - 028" + }, + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2019-10-01 15:06:36 GMT" + }, + "xAxis" : { + "type" : "category" + }, "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/>", - "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/>" }, - "title" : { - "text" : "Perl Weekly Challenge - 028" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "chart" : { + "type" : "column" } } |
