Detect when the user is no more "hovering" data

Dear all,

in my Dash app I would need to be notified once the user is no more hovering on some data of the graph in order to restore the visualization of other parts of the dashboard on a standard behavior.
It’s actually pretty straightforward to capture the hoverData event but there is no way to know if the user moved the mouse somewhere else.

Any hint will be really appreciated! :smile:

Thank you!