diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-18 19:29:24 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-18 19:29:24 +0100 |
| commit | a2c6ccbcc2faf869dec105c4888575c1380a3c53 (patch) | |
| tree | 4826115cc2940da85f36d2570949108b82620d17 /stats/pwc-current.json | |
| parent | 5e433094dfb9100c0add3ac679975ccef10accc7 (diff) | |
| download | perlweeklychallenge-club-a2c6ccbcc2faf869dec105c4888575c1380a3c53.tar.gz perlweeklychallenge-club-a2c6ccbcc2faf869dec105c4888575c1380a3c53.tar.bz2 perlweeklychallenge-club-a2c6ccbcc2faf869dec105c4888575c1380a3c53.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 133 |
1 files changed, 74 insertions, 59 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index a64d9655cb..6575352d6a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,78 +1,104 @@ { "tooltip" : { - "followPointer" : 1, "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1, "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2019-07-18 18:29:10 GMT" + }, "series" : [ { + "name" : "Perl Weekly Challenge - 017", "colorByPoint" : 1, "data" : [ { "y" : 2, - "drilldown" : "Andrezgz", - "name" : "Andrezgz" + "name" : "Andrezgz", + "drilldown" : "Andrezgz" }, { "drilldown" : "Dave Jacoby", - "y" : 3, - "name" : "Dave Jacoby" + "name" : "Dave Jacoby", + "y" : 3 }, { - "name" : "Duane Powell", "drilldown" : "Duane Powell", + "name" : "Duane Powell", + "y" : 2 + }, + { + "drilldown" : "E. Choroba", + "name" : "E. Choroba", "y" : 2 }, { "drilldown" : "Laurent Rosenfeld", - "y" : 5, - "name" : "Laurent Rosenfeld" + "name" : "Laurent Rosenfeld", + "y" : 5 }, { + "drilldown" : "Michael Hamlin", "name" : "Michael Hamlin", - "y" : 1, - "drilldown" : "Michael Hamlin" + "y" : 1 }, { "drilldown" : "Roger Bell West", - "y" : 2, - "name" : "Roger Bell West" + "name" : "Roger Bell West", + "y" : 2 }, { - "drilldown" : "Simon Proctor", "y" : 1, - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" }, { "name" : "Veesh Goldman", - "drilldown" : "Veesh Goldman", - "y" : 4 + "y" : 4, + "drilldown" : "Veesh Goldman" } - ], - "name" : "Perl Weekly Challenge - 017" + ] } ], - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-07-18 17:49:33 GMT" - }, "title" : { "text" : "Perl Weekly Challenge - 017" }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { + "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Andrezgz", - "name" : "Andrezgz" + "id" : "Andrezgz" }, { - "id" : "Dave Jacoby", - "name" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -82,20 +108,31 @@ "Blog", 1 ] - ] + ], + "id" : "Dave Jacoby", + "name" : "Dave Jacoby" }, { + "id" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Duane Powell", "name" : "Duane Powell" }, { - "id" : "Laurent Rosenfeld", + "name" : "E. Choroba", + "id" : "E. Choroba", + "data" : [ + [ + "Perl 5", + 2 + ] + ] + }, + { "name" : "Laurent Rosenfeld", "data" : [ [ @@ -110,40 +147,40 @@ "Blog", 1 ] - ] + ], + "id" : "Laurent Rosenfeld" }, { + "name" : "Michael Hamlin", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Michael Hamlin", - "name" : "Michael Hamlin" + "id" : "Michael Hamlin" }, { + "name" : "Roger Bell West", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Roger Bell West", - "name" : "Roger Bell West" + "id" : "Roger Bell West" }, { + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] ], - "id" : "Simon Proctor", "name" : "Simon Proctor" }, { - "id" : "Veesh Goldman", "name" : "Veesh Goldman", "data" : [ [ @@ -158,31 +195,9 @@ "Blog", 1 ] - ] + ], + "id" : "Veesh Goldman" } ] - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : 0 - }, - "xAxis" : { - "type" : "category" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } } } |
