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
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?
The text was updated successfully, but these errors were encountered:
marcus-maro
changed the title
Enable right-click for Sunburst chart
Enable wheel and right click for Sunburst chart
Dec 13, 2024
Thanks for spotting this @marcus-maro - I'll see if we can find someone to tackle it in Q1 2025. If you have time and would like to put together a pull request, we'd be happy to prioritize review. Thanks - @gvwilson
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 defaultcontextmenu
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 theonClick
definition).Is it possible to add functionality such that the
plotly_click
(orplotly_sunburstclick
) event is fired on all three click types?The text was updated successfully, but these errors were encountered: