diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-09 13:13:04 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-09 13:13:04 +0100 |
| commit | 53b7c0ebd33ec3785a47574dc8395273df95a707 (patch) | |
| tree | 4645cb79764cc23676f1c0c54bbefbda129cb239 /stats/pwc-current.json | |
| parent | 1198b40dd8277c6ae5011073e6d2efeb73d3617e (diff) | |
| download | perlweeklychallenge-club-53b7c0ebd33ec3785a47574dc8395273df95a707.tar.gz perlweeklychallenge-club-53b7c0ebd33ec3785a47574dc8395273df95a707.tar.bz2 perlweeklychallenge-club-53b7c0ebd33ec3785a47574dc8395273df95a707.zip | |
- Added solutions by Roger Bell West.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 99 |
1 files changed, 57 insertions, 42 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index ec133f86e9..36eb04b0c5 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,6 +1,39 @@ { + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2019-07-09 12:12:50 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 016" + }, + "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/>" + }, "series" : [ { + "name" : "Perl Weekly Challenge - 016", + "colorByPoint" : 1, "data" : [ { "name" : "Joelle Maslak", @@ -8,57 +41,30 @@ "y" : 2 }, { - "name" : "Laurent Rosenfeld", + "y" : 3, "drilldown" : "Laurent Rosenfeld", - "y" : 3 + "name" : "Laurent Rosenfeld" + }, + { + "name" : "Roger Bell West", + "y" : 2, + "drilldown" : "Roger Bell West" }, { "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" : [ { + "name" : "Joelle Maslak", "id" : "Joelle Maslak", "data" : [ [ @@ -69,11 +75,9 @@ "Perl 6", 1 ] - ], - "name" : "Joelle Maslak" + ] }, { - "id" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -88,17 +92,28 @@ 1 ] ], - "name" : "Laurent Rosenfeld" + "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld" + }, + { + "id" : "Roger Bell West", + "name" : "Roger Bell West", + "data" : [ + [ + "Perl 5", + 2 + ] + ] }, { - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] ], - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "id" : "Simon Proctor" } ] } |
