Closed
Description
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.