diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-23 14:56:16 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-23 14:56:16 +0100 |
| commit | 59359bd9f6e92e586695a072ff7d57724f25c041 (patch) | |
| tree | 099a6f9e47bb2dc55296c523d5fa6cb4e6d793ab /stats/pwc-current.json | |
| parent | e9f66c04af4f0f91d2d6270c5eb73cfc919f5095 (diff) | |
| download | perlweeklychallenge-club-59359bd9f6e92e586695a072ff7d57724f25c041.tar.gz perlweeklychallenge-club-59359bd9f6e92e586695a072ff7d57724f25c041.tar.bz2 perlweeklychallenge-club-59359bd9f6e92e586695a072ff7d57724f25c041.zip | |
- Added solution by Duane Powell.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index d6a3872860..9a5c8d1dd4 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,98 +1,109 @@ { + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "legend" : { "enabled" : 0 }, + "title" : { + "text" : "Perl Weekly Challenge - 022" + }, "series" : [ { - "name" : "Perl Weekly Challenge - 022", "data" : [ { - "y" : 1, "drilldown" : "Andrezgz", + "y" : 1, "name" : "Andrezgz" }, { - "y" : 1, + "y" : 2, "drilldown" : "Duane Powell", "name" : "Duane Powell" }, { "drilldown" : "E. Choroba", - "name" : "E. Choroba", - "y" : 2 + "y" : 2, + "name" : "E. Choroba" }, { - "name" : "Laurent Rosenfeld", "drilldown" : "Laurent Rosenfeld", - "y" : 5 + "y" : 5, + "name" : "Laurent Rosenfeld" }, { + "drilldown" : "Roger Bell West", "y" : 3, - "name" : "Roger Bell West", - "drilldown" : "Roger Bell West" + "name" : "Roger Bell West" }, { - "drilldown" : "Simon Proctor", "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", "y" : 2 }, { "drilldown" : "Steven Wilson", - "name" : "Steven Wilson", - "y" : 1 + "y" : 1, + "name" : "Steven Wilson" }, { - "name" : "Yet Ebreo", "drilldown" : "Yet Ebreo", - "y" : 5 + "y" : 5, + "name" : "Yet Ebreo" } ], - "colorByPoint" : 1 + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 022" } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2019-08-23 13:55:21 GMT" + }, + "xAxis" : { + "type" : "category" }, "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, - "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/>" }, "drilldown" : { "series" : [ { "name" : "Andrezgz", + "id" : "Andrezgz", "data" : [ [ "Perl 5", 1 ] - ], - "id" : "Andrezgz" + ] }, { "data" : [ [ "Perl 5", - 1 + 2 ] ], "id" : "Duane Powell", "name" : "Duane Powell" }, { - "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] ], - "name" : "E. Choroba" + "id" : "E. Choroba" }, { + "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -106,12 +117,9 @@ "Blog", 1 ] - ], - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld" + ] }, { - "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -122,7 +130,8 @@ 1 ] ], - "id" : "Roger Bell West" + "id" : "Roger Bell West", + "name" : "Roger Bell West" }, { "name" : "Simon Proctor", @@ -135,17 +144,17 @@ ] }, { + "name" : "Steven Wilson", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Steven Wilson", - "name" : "Steven Wilson" + "id" : "Steven Wilson" }, { - "id" : "Yet Ebreo", + "name" : "Yet Ebreo", "data" : [ [ "Perl 5", @@ -160,28 +169,19 @@ 1 ] ], - "name" : "Yet Ebreo" + "id" : "Yet Ebreo" } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 022" - }, - "xAxis" : { - "type" : "category" - }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-08-23 10:27:00 GMT" - }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 } } } |
