Settings and activity
1 result found
-
82 votes
Here’s a small drop-in snippets that stops tooltips from the mousemove event, and applies them to the click instead. Touch devices should be unaltered.
An error occurred while saving the comment An error occurred while saving the comment Rohan commentedIn Highchart when I try to mouse hover on any point tooltip and if there is an adjacent point close to that tooltip then tooltip changes and shows data for that adjacent point. How can i make tooltip not change unless my mouse is out of that tooltip? in other words until my mouse is on that tooltip it should show data for that point only.
See this ex- http://jsfiddle.net/gh/get/jquery/1.9.1 ... ine-basic/
If i click on first point of Tokyo series, tooltip shows Jan Tokyo 7c, When you try to move your mouse to 7c then it overlaps with next point and tooltip shows data for next point. I would like to avoid that unless i specifically go to that next point or mouse is out of tooltip area.
Thanks
Torstein,
Your jsfiddle works great. But If I have zoom functionality then i get type undefined error.
Please check this jsfiddle.
http://jsfiddle.net/8VTTH/21/