-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Description
I have my own tooltip system setup. They are divs that position absolutely on the screen. I'd like to use them with the chart because they can overflow the canvas without cutting off.
Is there some way I can detect when a user hovers data (such as a piece of the pie chart)? I would then like to get the data's position so I can position my custom tooltip absolutely.
I realize this is a support question, not a bug. Sorry about that. Not sure where to ask this!
Thanks.