diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-08 20:39:27 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-08 20:39:27 +0100 |
| commit | 22291fe314d32a384ab10a3f7cec22963a8bed9b (patch) | |
| tree | 0a28a0a9a3b00679e40824338a4c844a4595bfcc /stats/pwc-current.json | |
| parent | ea3a62e5bb2fe9dbacd3cd0d990fcf1f070ed517 (diff) | |
| download | perlweeklychallenge-club-22291fe314d32a384ab10a3f7cec22963a8bed9b.tar.gz perlweeklychallenge-club-22291fe314d32a384ab10a3f7cec22963a8bed9b.tar.bz2 perlweeklychallenge-club-22291fe314d32a384ab10a3f7cec22963a8bed9b.zip | |
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 135 |
1 files changed, 79 insertions, 56 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index af3d7d9465..ec133f86e9 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,9 +1,65 @@ { + "series" : [ + { + "data" : [ + { + "name" : "Joelle Maslak", + "drilldown" : "Joelle Maslak", + "y" : 2 + }, + { + "name" : "Laurent Rosenfeld", + "drilldown" : "Laurent Rosenfeld", + "y" : 3 + }, + { + "y" : 1, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + } + ], + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 016" + } + ], + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2019-07-08 19:32:29 GMT" + }, + "tooltip" : { + "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/>" + }, + "title" : { + "text" : "Perl Weekly Challenge - 016" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { "id" : "Joelle Maslak", - "name" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -13,70 +69,37 @@ "Perl 6", 1 ] - ] + ], + "name" : "Joelle Maslak" + }, + { + "id" : "Laurent Rosenfeld", + "data" : [ + [ + "Perl 5", + 1 + ], + [ + "Perl 6", + 1 + ], + [ + "Blog", + 1 + ] + ], + "name" : "Laurent Rosenfeld" }, { - "name" : "Simon Proctor", "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ] + ], + "name" : "Simon Proctor" } ] - }, - "xAxis" : { - "type" : "category" - }, - "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 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 016" - }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 016", - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Joelle Maslak", - "y" : 2, - "name" : "Joelle Maslak" - }, - { - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor", - "y" : 1 - } - ] - } - ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2019-07-08 14:01:23 GMT" - }, - "legend" : { - "enabled" : 0 } } |
