Open
Description
On most plot types, the plotly_click
event is fired on left, wheel, and right clicks. (By default, right clicking will trigger the browser's default contextmenu
event but that can be disabled by wrapping the plot in a div that prevents the default event.) However, this does not seem to be the case for sunburst charts (see this comment in the onClick
definition).
Is it possible to add functionality such that the plotly_click
(or plotly_sunburstclick
) event is fired on all three click types?