diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-26 20:39:10 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-08-26 20:39:10 +0100 |
| commit | db21c99dec99c1aa732e163ab8040ed01f1ad6e1 (patch) | |
| tree | 057097491f295f144f880bfe5ec3bb77cef76371 /stats/pwc-current.json | |
| parent | a4127b8c7f4d8c468b504a405fb14acb3598233e (diff) | |
| download | perlweeklychallenge-club-db21c99dec99c1aa732e163ab8040ed01f1ad6e1.tar.gz perlweeklychallenge-club-db21c99dec99c1aa732e163ab8040ed01f1ad6e1.tar.bz2 perlweeklychallenge-club-db21c99dec99c1aa732e163ab8040ed01f1ad6e1.zip | |
- Added solutions by Andrezgz.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 69 |
1 files changed, 42 insertions, 27 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8360a48529..68c6a04849 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,15 +1,18 @@ { + "legend" : { + "enabled" : 0 + }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - }, - "borderWidth" : 0 + } } }, - "legend" : { - "enabled" : 0 + "title" : { + "text" : "Perl Weekly Challenge - 023" }, "drilldown" : { "series" : [ @@ -18,6 +21,16 @@ [ "Perl 5", 2 + ] + ], + "name" : "Andrezgz", + "id" : "Andrezgz" + }, + { + "data" : [ + [ + "Perl 5", + 2 ], [ "Perl 6", @@ -47,6 +60,7 @@ }, { "id" : "Yet Ebreo", + "name" : "Yet Ebreo", "data" : [ [ "Perl 5", @@ -56,54 +70,55 @@ "Perl 6", 2 ] - ], - "name" : "Yet Ebreo" + ] } ] }, "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-08-26 19:33:55 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "followPointer" : 1, - "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/>" + "text" : "[Champions: 4] Last updated at 2019-08-26 19:38:54 GMT" }, "series" : [ { "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 023", "data" : [ { + "name" : "Andrezgz", + "y" : 2, + "drilldown" : "Andrezgz" + }, + { "drilldown" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", - "y" : 5 + "y" : 5, + "name" : "Laurent Rosenfeld" }, { - "drilldown" : "Roger Bell West", + "y" : 4, "name" : "Roger Bell West", - "y" : 4 + "drilldown" : "Roger Bell West" }, { "drilldown" : "Yet Ebreo", "y" : 5, "name" : "Yet Ebreo" } - ] + ], + "name" : "Perl Weekly Challenge - 023" } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "chart" : { + "type" : "column" + }, + "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/>" }, "xAxis" : { "type" : "category" }, - "title" : { - "text" : "Perl Weekly Challenge - 023" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } |
