diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-28 04:37:21 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-28 04:37:21 +0100 |
| commit | f4fe2f01fc44195496bd0e0892f5418029241478 (patch) | |
| tree | 0a06c1f5f95ede3f7b53233ace2ef44904622c88 /stats/pwc-current.json | |
| parent | 48a4ed8d49b7e8d468d4bfd70d72e27c69b5b0d5 (diff) | |
| download | perlweeklychallenge-club-f4fe2f01fc44195496bd0e0892f5418029241478.tar.gz perlweeklychallenge-club-f4fe2f01fc44195496bd0e0892f5418029241478.tar.bz2 perlweeklychallenge-club-f4fe2f01fc44195496bd0e0892f5418029241478.zip | |
- Added solution by Yet Ebreo.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 122 |
1 files changed, 61 insertions, 61 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 83ac573e9b..1fbe27fa7b 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,21 +1,30 @@ { + "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 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "series" : [ { - "name" : "Perl Weekly Challenge - 027", "data" : [ { + "name" : "Andrezgz", "y" : 2, - "drilldown" : "Andrezgz", - "name" : "Andrezgz" + "drilldown" : "Andrezgz" }, { "y" : 2, - "drilldown" : "Duane Powell", - "name" : "Duane Powell" + "name" : "Duane Powell", + "drilldown" : "Duane Powell" }, { - "y" : 2, "name" : "E. Choroba", + "y" : 2, "drilldown" : "E. Choroba" }, { @@ -25,92 +34,62 @@ }, { "name" : "Mark Anderson", - "drilldown" : "Mark Anderson", - "y" : 1 + "y" : 1, + "drilldown" : "Mark Anderson" }, { - "drilldown" : "Noud", + "y" : 2, "name" : "Noud", - "y" : 2 + "drilldown" : "Noud" }, { "y" : 3, - "drilldown" : "Roger Bell West", - "name" : "Roger Bell West" + "name" : "Roger Bell West", + "drilldown" : "Roger Bell West" }, { + "name" : "Simon Proctor", "y" : 2, - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" + "drilldown" : "Simon Proctor" }, { - "y" : 2, + "drilldown" : "Trenton Langer", "name" : "Trenton Langer", - "drilldown" : "Trenton Langer" + "y" : 2 }, { - "drilldown" : "Yet Ebreo", + "y" : 2, "name" : "Yet Ebreo", - "y" : 1 + "drilldown" : "Yet Ebreo" } ], - "colorByPoint" : 1 + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 027" } ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "tooltip" : { - "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/>" - }, "title" : { "text" : "Perl Weekly Challenge - 027" }, - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2019-09-26 19:16:58 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, "drilldown" : { "series" : [ { + "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Andrezgz", "id" : "Andrezgz" }, { - "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] ], + "name" : "Duane Powell", "id" : "Duane Powell" }, { @@ -134,27 +113,26 @@ "id" : "Kevin Colyer" }, { - "name" : "Mark Anderson", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Mark Anderson" + "id" : "Mark Anderson", + "name" : "Mark Anderson" }, { - "name" : "Noud", + "id" : "Noud", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Noud" + "name" : "Noud" }, { - "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -165,6 +143,7 @@ 1 ] ], + "id" : "Roger Bell West", "name" : "Roger Bell West" }, { @@ -178,25 +157,46 @@ "id" : "Simon Proctor" }, { - "id" : "Trenton Langer", "data" : [ [ "Perl 5", 2 ] ], + "id" : "Trenton Langer", "name" : "Trenton Langer" }, { - "id" : "Yet Ebreo", "data" : [ [ "Perl 5", - 1 + 2 ] ], - "name" : "Yet Ebreo" + "name" : "Yet Ebreo", + "id" : "Yet Ebreo" } ] + }, + "legend" : { + "enabled" : 0 + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2019-09-28 03:37:03 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" } } |
