Hi @urig
You can use dash.callback_context
:
- See more info here: Advanced Callbacks | Dash for Python Documentation | Plotly,
- See how to use it with PMCs here: Pattern-Matching Callbacks | Dash for Python Documentation | Plotly
- Here is one solution (although I don’t know if this is the best way to do it) :
Pattern call-backs regarding adding dynamic graphs - #4 by AnnMarieW