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
The initial issue is that we cannot fire an event after clicking on the same plotly marker again (because event_data("plotly_click") naturally doesn't change. We are trying to work around this by firing javascript onclick events, but Plotly is blocking those when clicking on a plotly marker. Is there a way to overcome this?
Thanks in advance and best regards!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The issue is described here and on Stackoverflow.
The initial issue is that we cannot fire an event after clicking on the same plotly marker again (because
event_data("plotly_click")
naturally doesn't change. We are trying to work around this by firing javascriptonclick
events, but Plotly is blocking those when clicking on a plotly marker. Is there a way to overcome this?Thanks in advance and best regards!
The text was updated successfully, but these errors were encountered: