Displaying 1 result from an estimated 1 matches for "master_detail_tooltip_formatter".
2010 Apr 05
3
syntax error, unexpected '\n', expecting tASSOC
...tion(i, point) {
if (point.x > detailStart) {
detailData.push(point.y);
}
});
"
pie_label_formatter = "
function() {
if (this.y > 15) return this.point.name;
}"
master_detail_tooltip_formatter = "
function() {
return ''<b>''+ (this.point.name || this.series.name)
+''</b><br/>''+
Highcharts.dateFormat(''%A %B %e %Y'', this.x) + '':<br/>''+
'...