diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-26 08:21:05 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-26 08:21:05 +0100 |
| commit | f1e85e652e1c155f4a79c64f45f985ef002191d2 (patch) | |
| tree | fb9fcd5302c7a85b775554eeefd644f29328be6f /stats/pwc-current.json | |
| parent | 2b4673ed1be1be0ae17772cc93e9dd7e918ba129 (diff) | |
| download | perlweeklychallenge-club-f1e85e652e1c155f4a79c64f45f985ef002191d2.tar.gz perlweeklychallenge-club-f1e85e652e1c155f4a79c64f45f985ef002191d2.tar.bz2 perlweeklychallenge-club-f1e85e652e1c155f4a79c64f45f985ef002191d2.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 113 |
1 files changed, 64 insertions, 49 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index c53342f593..52bca1d7e4 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,8 +1,9 @@ { - "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 + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2019-09-26 07:20:38 GMT" }, "series" : [ { @@ -14,33 +15,38 @@ "drilldown" : "Andrezgz" }, { - "name" : "Duane Powell", + "y" : 2, "drilldown" : "Duane Powell", + "name" : "Duane Powell" + }, + { + "drilldown" : "E. Choroba", + "name" : "E. Choroba", "y" : 2 }, { - "y" : 1, + "drilldown" : "Mark Anderson", "name" : "Mark Anderson", - "drilldown" : "Mark Anderson" + "y" : 1 }, { - "y" : 2, "name" : "Noud", - "drilldown" : "Noud" + "drilldown" : "Noud", + "y" : 2 }, { - "name" : "Roger Bell West", + "y" : 3, "drilldown" : "Roger Bell West", - "y" : 3 + "name" : "Roger Bell West" }, { - "y" : 1, + "drilldown" : "Simon Proctor", "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "y" : 1 }, { - "drilldown" : "Trenton Langer", "name" : "Trenton Langer", + "drilldown" : "Trenton Langer", "y" : 2 }, { @@ -52,30 +58,9 @@ "colorByPoint" : 1 } ], - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-09-25 11:16:05 GMT" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, "title" : { "text" : "Perl Weekly Challenge - 027" }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, "yAxis" : { "title" : { "text" : "Total Solutions" @@ -90,8 +75,8 @@ 2 ] ], - "name" : "Andrezgz", - "id" : "Andrezgz" + "id" : "Andrezgz", + "name" : "Andrezgz" }, { "data" : [ @@ -100,31 +85,42 @@ 2 ] ], - "name" : "Duane Powell", - "id" : "Duane Powell" + "id" : "Duane Powell", + "name" : "Duane Powell" + }, + { + "name" : "E. Choroba", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "E. Choroba" }, { "id" : "Mark Anderson", - "name" : "Mark Anderson", "data" : [ [ "Perl 5", 1 ] - ] + ], + "name" : "Mark Anderson" }, { - "id" : "Noud", + "name" : "Noud", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Noud" + "id" : "Noud" }, { "name" : "Roger Bell West", + "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -134,8 +130,7 @@ "Perl 6", 1 ] - ], - "id" : "Roger Bell West" + ] }, { "id" : "Simon Proctor", @@ -148,25 +143,45 @@ "name" : "Simon Proctor" }, { - "id" : "Trenton Langer", + "name" : "Trenton Langer", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Trenton Langer" + "id" : "Trenton Langer" }, { - "name" : "Yet Ebreo", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Yet Ebreo" + "id" : "Yet Ebreo", + "name" : "Yet Ebreo" } ] + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "legend" : { + "enabled" : 0 + }, + "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" } } |
