diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-09 08:30:30 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-09 08:30:30 +0100 |
| commit | 2dd636dd7d2624453a9ce2f025f310c3feab4517 (patch) | |
| tree | 469b036eea6655a31861097fd7c6d430a76357ea /stats/pwc-current.json | |
| parent | 39ee8a205c03aafc447925588e8af411464af45c (diff) | |
| download | perlweeklychallenge-club-2dd636dd7d2624453a9ce2f025f310c3feab4517.tar.gz perlweeklychallenge-club-2dd636dd7d2624453a9ce2f025f310c3feab4517.tar.bz2 perlweeklychallenge-club-2dd636dd7d2624453a9ce2f025f310c3feab4517.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 167 |
1 files changed, 91 insertions, 76 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 33877dd8a3..f31d838913 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,73 +1,33 @@ { - "series" : [ - { - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 029", - "data" : [ - { - "y" : 1, - "name" : "Daniel Mita", - "drilldown" : "Daniel Mita" - }, - { - "y" : 2, - "drilldown" : "Dave Cross", - "name" : "Dave Cross" - }, - { - "y" : 3, - "drilldown" : "Dave Jacoby", - "name" : "Dave Jacoby" - }, - { - "name" : "Kivanc Yazan", - "drilldown" : "Kivanc Yazan", - "y" : 2 - }, - { - "drilldown" : "Lars Thegler", - "name" : "Lars Thegler", - "y" : 2 - }, - { - "drilldown" : "Noud", - "name" : "Noud", - "y" : 2 - }, - { - "drilldown" : "Roger Bell West", - "name" : "Roger Bell West", - "y" : 3 - }, - { - "name" : "Yet Ebreo", - "drilldown" : "Yet Ebreo", - "y" : 2 - } - ] + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2019-10-09 07:30:21 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } - ], + }, "drilldown" : { "series" : [ { + "id" : "Daniel Mita", "name" : "Daniel Mita", "data" : [ [ "Perl 6", 1 ] - ], - "id" : "Daniel Mita" + ] }, { - "name" : "Dave Cross", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Dave Cross" + "id" : "Dave Cross", + "name" : "Dave Cross" }, { "data" : [ @@ -80,8 +40,18 @@ 1 ] ], - "name" : "Dave Jacoby", - "id" : "Dave Jacoby" + "id" : "Dave Jacoby", + "name" : "Dave Jacoby" + }, + { + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "E. Choroba", + "id" : "E. Choroba" }, { "data" : [ @@ -90,8 +60,8 @@ 2 ] ], - "name" : "Kivanc Yazan", - "id" : "Kivanc Yazan" + "id" : "Kivanc Yazan", + "name" : "Kivanc Yazan" }, { "data" : [ @@ -110,11 +80,12 @@ 2 ] ], - "name" : "Noud", - "id" : "Noud" + "id" : "Noud", + "name" : "Noud" }, { "id" : "Roger Bell West", + "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -124,35 +95,26 @@ "Perl 6", 1 ] - ], - "name" : "Roger Bell West" + ] }, { "id" : "Yet Ebreo", + "name" : "Yet Ebreo", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Yet Ebreo" + ] } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "chart" : { "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge - 029" }, - "legend" : { - "enabled" : 0 - }, "plotOptions" : { "series" : { "dataLabels" : { @@ -162,15 +124,68 @@ "borderWidth" : 0 } }, - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-10-09 07:28:29 GMT" + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Daniel Mita", + "name" : "Daniel Mita", + "y" : 1 + }, + { + "drilldown" : "Dave Cross", + "y" : 2, + "name" : "Dave Cross" + }, + { + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", + "y" : 3 + }, + { + "drilldown" : "E. Choroba", + "name" : "E. Choroba", + "y" : 2 + }, + { + "y" : 2, + "name" : "Kivanc Yazan", + "drilldown" : "Kivanc Yazan" + }, + { + "y" : 2, + "name" : "Lars Thegler", + "drilldown" : "Lars Thegler" + }, + { + "drilldown" : "Noud", + "y" : 2, + "name" : "Noud" + }, + { + "drilldown" : "Roger Bell West", + "name" : "Roger Bell West", + "y" : 3 + }, + { + "name" : "Yet Ebreo", + "y" : 2, + "drilldown" : "Yet Ebreo" + } + ], + "name" : "Perl Weekly Challenge - 029" + } + ], "tooltip" : { - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" - }, - "xAxis" : { - "type" : "category" + "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/>" } } |
