mondayguy
mondayguy

Reputation: 991

HighChart pie tooltip fixed

Here is pie chart http://jsfiddle.net/hAnCr/, but when I enable tooltip with mouse it moves depending of cursor. How can I fix tooltip, but not like options.tooltip.positioner = (function () {return { x: 20, y: 100 }});, because tooltip must be near the pie piece. Is it possible? Thanks

Upvotes: 0

Views: 781

Answers (1)

Atul Nar
Atul Nar

Reputation: 695

please look for followPointer: Boolean option for highchart http://api.highcharts.com/highcharts#tooltip.followPointer

Upvotes: 1

Related Questions