diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-01 14:35:17 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-01 14:35:17 +0100 |
| commit | 8612a4093e50580a7ad9d76c4678f79bc9e9bd8b (patch) | |
| tree | ce2b422a8aec00a1cc9f06c154eada77ae8c4ad4 /stats/pwc-current.json | |
| parent | 0501dcb05267e010f8c5f99b61368077b2f2684b (diff) | |
| download | perlweeklychallenge-club-8612a4093e50580a7ad9d76c4678f79bc9e9bd8b.tar.gz perlweeklychallenge-club-8612a4093e50580a7ad9d76c4678f79bc9e9bd8b.tar.bz2 perlweeklychallenge-club-8612a4093e50580a7ad9d76c4678f79bc9e9bd8b.zip | |
- Added solution by Yet Ebreo.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 180 |
1 files changed, 90 insertions, 90 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 2319535711..3e716f9db7 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,4 +1,75 @@ { + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 028" + }, + "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/>" + }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Daniel Mita", + "y" : 1, + "name" : "Daniel Mita" + }, + { + "drilldown" : "Duane Powell", + "y" : 2, + "name" : "Duane Powell" + }, + { + "drilldown" : "Markus Holzer", + "y" : 2, + "name" : "Markus Holzer" + }, + { + "drilldown" : "Pete Houston", + "y" : 1, + "name" : "Pete Houston" + }, + { + "name" : "Prajith P", + "drilldown" : "Prajith P", + "y" : 2 + }, + { + "drilldown" : "Simon Proctor", + "y" : 1, + "name" : "Simon Proctor" + }, + { + "drilldown" : "Ulrich Rieke", + "name" : "Ulrich Rieke", + "y" : 2 + }, + { + "y" : 4, + "drilldown" : "Yet Ebreo", + "name" : "Yet Ebreo" + } + ], + "name" : "Perl Weekly Challenge - 028" + } + ], "drilldown" : { "series" : [ { @@ -12,68 +83,67 @@ ] }, { - "name" : "Duane Powell", "id" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Duane Powell" }, { + "name" : "Markus Holzer", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Markus Holzer", "id" : "Markus Holzer" }, { - "name" : "Pete Houston", - "id" : "Pete Houston", "data" : [ [ "Perl 5", 1 ] - ] + ], + "id" : "Pete Houston", + "name" : "Pete Houston" }, { - "id" : "Prajith P", - "name" : "Prajith P", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Prajith P", + "name" : "Prajith P" }, { - "id" : "Simon Proctor", - "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ] + ], + "id" : "Simon Proctor", + "name" : "Simon Proctor" }, { - "id" : "Ulrich Rieke", "name" : "Ulrich Rieke", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Ulrich Rieke" }, { "name" : "Yet Ebreo", - "id" : "Yet Ebreo", "data" : [ [ "Perl 5", @@ -81,14 +151,15 @@ ], [ "Perl 6", - 1 + 2 ] - ] + ], + "id" : "Yet Ebreo" } ] }, - "legend" : { - "enabled" : 0 + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2019-10-01 13:34:53 GMT" }, "xAxis" : { "type" : "category" @@ -97,76 +168,5 @@ "title" : { "text" : "Total Solutions" } - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 028", - "colorByPoint" : 1, - "data" : [ - { - "name" : "Daniel Mita", - "y" : 1, - "drilldown" : "Daniel Mita" - }, - { - "drilldown" : "Duane Powell", - "name" : "Duane Powell", - "y" : 2 - }, - { - "name" : "Markus Holzer", - "y" : 2, - "drilldown" : "Markus Holzer" - }, - { - "drilldown" : "Pete Houston", - "name" : "Pete Houston", - "y" : 1 - }, - { - "drilldown" : "Prajith P", - "y" : 2, - "name" : "Prajith P" - }, - { - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor", - "y" : 1 - }, - { - "drilldown" : "Ulrich Rieke", - "name" : "Ulrich Rieke", - "y" : 2 - }, - { - "name" : "Yet Ebreo", - "y" : 3, - "drilldown" : "Yet Ebreo" - } - ] - } - ], - "title" : { - "text" : "Perl Weekly Challenge - 028" - }, - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-10-01 12:18:09 GMT" - }, - "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 } } |
