You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a issue with restyling the chart in plotly_hover events stops the triggering of plotly_unhover event and also stops the hover text from disappearing. Please note it works in other chart types.
I have created an example showing the issue with the first chart showing the issue, a second chart without restyling and a third showing it working with restyling in a Bar Chart. In all cases I have added code to write "hover" or "unhover" to the console in the appropriate event.
Hi,
I found a issue with restyling the chart in plotly_hover events stops the triggering of plotly_unhover event and also stops the hover text from disappearing. Please note it works in other chart types.
I have created an example showing the issue with the first chart showing the issue, a second chart without restyling and a third showing it working with restyling in a Bar Chart. In all cases I have added code to write "hover" or "unhover" to the console in the appropriate event.
Example web-page can be found here: https://jsbin.com/pavopaq
The text was updated successfully, but these errors were encountered: