diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-09 16:42:53 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-09 16:42:53 +0000 |
| commit | 2ad94df4ae128bed9a2d05bf659fdd73770819fb (patch) | |
| tree | 7aa335506b9cf39eaf30bd789e2055f729803846 /stats/pwc-current.json | |
| parent | c9295fc0691e76bf5ffdf7959e67d25eb31af7df (diff) | |
| download | perlweeklychallenge-club-2ad94df4ae128bed9a2d05bf659fdd73770819fb.tar.gz perlweeklychallenge-club-2ad94df4ae128bed9a2d05bf659fdd73770819fb.tar.bz2 perlweeklychallenge-club-2ad94df4ae128bed9a2d05bf659fdd73770819fb.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 89 |
1 files changed, 52 insertions, 37 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index eb484246c0..765a6d0086 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,72 +1,75 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 038" + "chart" : { + "type" : "column" }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-12-09 13:32:24 GMT" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "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" : [ { - "colorByPoint" : 1, "name" : "Perl Weekly Challenge - 038", "data" : [ { - "y" : 1, + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { "name" : "Pete Houston", + "y" : 1, "drilldown" : "Pete Houston" }, { - "y" : 4, "name" : "Roger Bell West", - "drilldown" : "Roger Bell West" + "drilldown" : "Roger Bell West", + "y" : 4 }, { + "drilldown" : "Simon Proctor", "y" : 1, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "name" : "Simon Proctor" } - ] + ], + "colorByPoint" : 1 } ], + "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/>" + }, + "title" : { + "text" : "Perl Weekly Challenge - 038" + }, "drilldown" : { "series" : [ { "data" : [ [ "Perl 5", + 2 + ] + ], + "name" : "E. Choroba", + "id" : "E. Choroba" + }, + { + "id" : "Pete Houston", + "data" : [ + [ + "Perl 5", 1 ] ], - "name" : "Pete Houston", - "id" : "Pete Houston" + "name" : "Pete Houston" }, { - "name" : "Roger Bell West", + "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -77,7 +80,7 @@ 2 ] ], - "id" : "Roger Bell West" + "name" : "Roger Bell West" }, { "data" : [ @@ -91,7 +94,19 @@ } ] }, - "xAxis" : { - "type" : "category" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2019-12-09 16:42:34 GMT" + }, + "legend" : { + "enabled" : 0 } } |
