diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-23 18:16:52 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-23 18:16:52 +0100 |
| commit | e2d5e1d6f93b16acdd49d287b638bea5d40f413d (patch) | |
| tree | f80b2198509bd64f86950380ff63206404497eed /stats/pwc-current.json | |
| parent | dbf1cebdc82b8daf3c2f168bda8cd3aff79fa7d7 (diff) | |
| download | perlweeklychallenge-club-e2d5e1d6f93b16acdd49d287b638bea5d40f413d.tar.gz perlweeklychallenge-club-e2d5e1d6f93b16acdd49d287b638bea5d40f413d.tar.bz2 perlweeklychallenge-club-e2d5e1d6f93b16acdd49d287b638bea5d40f413d.zip | |
- Added solutions by Trenton Langer.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 73 |
1 files changed, 44 insertions, 29 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6e0499ec93..4cecdea032 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -4,29 +4,16 @@ "text" : "Total Solutions" } }, - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-09-23 16:09:22 GMT" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, "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 + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" }, "drilldown" : { "series" : [ { + "id" : "Roger Bell West", + "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -36,9 +23,7 @@ "Perl 6", 1 ] - ], - "id" : "Roger Bell West", - "name" : "Roger Bell West" + ] }, { "id" : "Simon Proctor", @@ -54,17 +39,47 @@ "data" : [ [ "Perl 5", + 2 + ] + ], + "name" : "Trenton Langer", + "id" : "Trenton Langer" + }, + { + "data" : [ + [ + "Perl 5", 1 ] ], - "id" : "Yet Ebreo", - "name" : "Yet Ebreo" + "name" : "Yet Ebreo", + "id" : "Yet Ebreo" } ] }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2019-09-23 17:16:33 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge - 027" + }, "series" : [ { - "colorByPoint" : 1, "data" : [ { "name" : "Roger Bell West", @@ -77,20 +92,20 @@ "name" : "Simon Proctor" }, { + "name" : "Trenton Langer", + "drilldown" : "Trenton Langer", + "y" : 2 + }, + { "drilldown" : "Yet Ebreo", "y" : 1, "name" : "Yet Ebreo" } ], + "colorByPoint" : 1, "name" : "Perl Weekly Challenge - 027" } ], - "title" : { - "text" : "Perl Weekly Challenge - 027" - }, - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : 0 } |
