-
-
Notifications
You must be signed in to change notification settings - Fork 1
Suppress default hover_data #120
Comments
At the moment there's no way to do this from the arguments, but this is something I'll look into. You can modify the hoverlabel contents fairly easily by modifying the |
Right now the default value of |
Will be completed in plotly/plotly.py#1774 |
For And I found that |
I have the same issue with |
Is there any way to suppress the default hover_data when the hover_data argument is passed? For example, my plot doesn't need the x, y, and color args in the hover_data, but I can't figure out how to remove them.
The text was updated successfully, but these errors were encountered: