Highstock v3.0 how to disable tooltip timeout/delay
highcharts
Solution
In Highcharts 3.0 set `hideDelay` in tooltip options, see: http://jsfiddle.net/3aUuS/
We will update docs soon.
Problem
In Highstock version 3.0 the tooltip has a delay/timeout before it hides. Is there a way to disable/reduce this delay/timeout? I'm not able to find the API docs for the latest version @ http://api.highcharts.com/highstock#tooltip I hope there is an undocumented way of achieving this.