Triggering Hover Events in python

Hello @Vale1,

It sounds like you could use Partial updates new from Dash 2.9.

With this, you can implement @Skiks suggestion of making an annotation, without having to rerender the whole plot.

If you are looking for displaying data quickly by hovering, you should check out here:

1 Like