Settings and activity
1 result found
-
114 votes
If we added an option to pin the tooltip on click, we could easily add links inside it.
An error occurred while saving the comment
1 result found
If we added an option to pin the tooltip on click, we could easily add links inside it.
http://jsfiddle.net/SeCAB/45/ . I am using this jsfiddle and it works fine. My question is how can I hide the tooltip when hover over to a data point. I tried to do this "tooltip: {useHTML: true, enabled:false}". But when I click on the data point I am able to see this exception in browser console "Uncaught TypeError: Cannot read property 'label' of undefined". Please let me know how to fix this issue.