-
Notifications
You must be signed in to change notification settings - Fork 360
Open
Description
Is your feature request related to a problem? Please describe.
I'm using custom Tooltip component in my angular project and would like to replace the billboard tooltip with it.
I can show and hide it thanks to data.onover and data.onout but I am not able to update the position of the tooltip while moving the mouse around the chart.
Describe the solution you'd like
Add data.onmove-Callback which includes the current tooltip position. This way it would be possible to update custom tooltip components with the current position.