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
Notice that only the plotly_legendclick event triggers when I single or double click in the legend. The plotly_legenddoubleclick event never fires (because the plotly_legendclick is returning false).
If I double click I also wouldn't expect the plotly_legendclick event to fire.
The text was updated successfully, but these errors were encountered:
I'm also experiencing this behavior (plotly_legenddoubleclick never fires if there's a custom handler for plotly_legendclick), and I don't think it's related to the double click delay, as I set that to 5 seconds and the problem persisted.
I would like to wire my own event handling when the legend is single clicked or double clicked.
I created the following demo: https://codepen.io/mmakrzem/pen/wvzdVaM
Notice that only the plotly_legendclick event triggers when I single or double click in the legend. The plotly_legenddoubleclick event never fires (because the plotly_legendclick is returning false).
If I double click I also wouldn't expect the plotly_legendclick event to fire.
The text was updated successfully, but these errors were encountered: