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
I have functional dash app with two interacting plots that I want to integrate into a dashboard.
I am able to define a layout and plots but callback function doesn't update plots.
This is how initial state looks like:
This is the code of CustomComponent:
Plot is not loading and not updating with any change of sliders or table input.
How should I define the app?
Is it possible to integrate additional plots ?
Thank you.
The text was updated successfully, but these errors were encountered:
Oh, I'm not even sure you can have two dash apps at the same time?
The ExplainerComponent is made to make it easy to have a self-contained piece of dash code with layout and callbacks, but but then the callbacks are meant to be registered with the central dash app.
Why are you trying to add your own dash app in the other tab?
Hello,
I have functional dash app with two interacting plots that I want to integrate into a dashboard.
I am able to define a layout and plots but callback function doesn't update plots.
This is how initial state looks like:
This is the code of CustomComponent:
Plot is not loading and not updating with any change of sliders or table input.
How should I define the app?
Is it possible to integrate additional plots ?
Thank you.
The text was updated successfully, but these errors were encountered: