diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-29 14:42:01 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-29 14:42:01 +0100 |
| commit | c91c189ef04a8a2eaac6a21fe60bd2e1180881a3 (patch) | |
| tree | 17e01c8e86102c0a15e6e0295503be8d5559ad33 /stats/pwc-current.json | |
| parent | 23345520201cbefa4097f03300a60ef6780b1cf7 (diff) | |
| download | perlweeklychallenge-club-c91c189ef04a8a2eaac6a21fe60bd2e1180881a3.tar.gz perlweeklychallenge-club-c91c189ef04a8a2eaac6a21fe60bd2e1180881a3.tar.bz2 perlweeklychallenge-club-c91c189ef04a8a2eaac6a21fe60bd2e1180881a3.zip | |
- Added solutios by Pete Houston.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 97 |
1 files changed, 56 insertions, 41 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8ea10ba8d0..929436280e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,78 +1,93 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } + "xAxis" : { + "type" : "category" }, - "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/>" + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl Weekly Challenge - 019", "colorByPoint" : 1, "data" : [ { + "y" : 2, "drilldown" : "Lubos Kolouch", - "name" : "Lubos Kolouch", - "y" : 2 + "name" : "Lubos Kolouch" }, { + "y" : 1, "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 1 + "name" : "Mark Anderson" + }, + { + "name" : "Pete Houston", + "drilldown" : "Pete Houston", + "y" : 2 } - ] + ], + "name" : "Perl Weekly Challenge - 019" } ], + "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/>" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 019" + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { + "id" : "Lubos Kolouch", + "name" : "Lubos Kolouch", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Lubos Kolouch", - "name" : "Lubos Kolouch" + ] }, { - "name" : "Mark Anderson", "id" : "Mark Anderson", "data" : [ [ "Perl 5", 1 ] - ] + ], + "name" : "Mark Anderson" + }, + { + "id" : "Pete Houston", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "Pete Houston" } ] }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 019" - }, - "legend" : { - "enabled" : 0 - }, - "xAxis" : { - "type" : "category" - }, "subtitle" : { - "text" : "[Champions: 2] Last updated at 2019-07-29 13:36:45 GMT" + "text" : "[Champions: 3] Last updated at 2019-07-29 13:41:48 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } |
