Hover label position customisation

Hello folks, Is it possible to put the hover label in a fixed position so the the data keeps changing as you hover but the hover box is fixed(i.e: not moving with the cursor). I would appreciate your help, Thanks.

1 Like

hi @nort
Welcome to the community. I will ask others about this, but I don’t think that is possible.

2 Likes

I have the same problem, for plotly.py
any ideas?

Hello,

Is it possible to capture the hover label event and then redirect it to another div at a static location. You could have a listener to the div so that if it is empty it doesn’t show. But if info is in it it would show?

Something similar to an off canvas approach but for the graph specifically.