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
So, after digging a bit, here is a solution that works for me, based on great work by others in the community.
The main tricks are
dynamically get plot names
use visdcc.Runjs to reload the javasript on graph change, to reattach the event handler to the re-created plot. (other approaches like setTimeout and dash_defer_js_import work the first time only)
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson
Can someone please provide a clear example for this? I am having difficulty in implementing this logic.
I tried the same one but no luck
@eddy-geek @chriddyp
So, after digging a bit, here is a solution that works for me, based on great work by others in the community.
The main tricks are
setTimeout
and dash_defer_js_import work the first time only)Originally posted by @eddy-geek in #2114 (comment)
The text was updated successfully, but these errors were encountered: