Reputation: 991
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
Reputation: 695
please look for followPointer: Boolean
option for highchart
http://api.highcharts.com/highcharts#tooltip.followPointer
Upvotes: 1