diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-01 15:01:52 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-01 15:01:52 +0100 |
| commit | e9a8e911af3c026dca27ca0e41616022614aec96 (patch) | |
| tree | bcd806c48a02f8056be967b3aff2bc4bd68bf2fe /stats/pwc-current.json | |
| parent | 5a9c610f76278c66631eeeb2797db382d24e2886 (diff) | |
| download | perlweeklychallenge-club-e9a8e911af3c026dca27ca0e41616022614aec96.tar.gz perlweeklychallenge-club-e9a8e911af3c026dca27ca0e41616022614aec96.tar.bz2 perlweeklychallenge-club-e9a8e911af3c026dca27ca0e41616022614aec96.zip | |
- Added solution by Steven Wilson.
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 c206c34c3b..c36cb93c83 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,32 +1,36 @@ { + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "series" : [ { - "name" : "Perl Weekly Challenge - 028", "data" : [ { + "drilldown" : "Daniel Mita", "y" : 1, - "name" : "Daniel Mita", - "drilldown" : "Daniel Mita" + "name" : "Daniel Mita" }, { - "y" : 2, + "drilldown" : "Duane Powell", "name" : "Duane Powell", - "drilldown" : "Duane Powell" + "y" : 2 }, { "drilldown" : "Markus Holzer", - "name" : "Markus Holzer", - "y" : 2 + "y" : 2, + "name" : "Markus Holzer" }, { - "y" : 1, "drilldown" : "Pete Houston", + "y" : 1, "name" : "Pete Houston" }, { - "y" : 2, + "drilldown" : "Prajith P", "name" : "Prajith P", - "drilldown" : "Prajith P" + "y" : 2 }, { "name" : "Simon Proctor", @@ -34,14 +38,14 @@ "y" : 1 }, { - "y" : 1, - "name" : "Steven Wilson", - "drilldown" : "Steven Wilson" + "y" : 2, + "drilldown" : "Steven Wilson", + "name" : "Steven Wilson" }, { - "y" : 2, "name" : "Ulrich Rieke", - "drilldown" : "Ulrich Rieke" + "drilldown" : "Ulrich Rieke", + "y" : 2 }, { "y" : 4, @@ -49,25 +53,23 @@ "name" : "Yet Ebreo" } ], + "name" : "Perl Weekly Challenge - 028", "colorByPoint" : 1 } ], - "legend" : { - "enabled" : 0 - }, "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 - 028" + "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/>" }, "subtitle" : { - "text" : "[Champions: 9] Last updated at 2019-10-01 13:49:16 GMT" + "text" : "[Champions: 9] Last updated at 2019-10-01 14:01:29 GMT" }, - "xAxis" : { - "type" : "category" + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "series" : { @@ -78,24 +80,16 @@ } } }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { + "name" : "Daniel Mita", "data" : [ [ "Perl 6", 1 ] ], - "name" : "Daniel Mita", "id" : "Daniel Mita" }, { @@ -119,56 +113,57 @@ "id" : "Markus Holzer" }, { - "id" : "Pete Houston", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Pete Houston" + "name" : "Pete Houston", + "id" : "Pete Houston" }, { + "id" : "Prajith P", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Prajith P", - "id" : "Prajith P" + "name" : "Prajith P" }, { - "id" : "Simon Proctor", "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ] + ], + "id" : "Simon Proctor" }, { "data" : [ [ "Perl 5", - 1 + 2 ] ], "name" : "Steven Wilson", "id" : "Steven Wilson" }, { + "id" : "Ulrich Rieke", "name" : "Ulrich Rieke", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Ulrich Rieke" + ] }, { + "id" : "Yet Ebreo", "name" : "Yet Ebreo", "data" : [ [ @@ -179,9 +174,14 @@ "Perl 6", 2 ] - ], - "id" : "Yet Ebreo" + ] } ] + }, + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge - 028" } } |
