Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding custom Dash app in additional tab #263

Open
katarinagolubovic opened this issue May 8, 2023 · 1 comment
Open

Adding custom Dash app in additional tab #263

katarinagolubovic opened this issue May 8, 2023 · 1 comment

Comments

@katarinagolubovic
Copy link

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:
Screenshot 2023-05-08 at 17 36 21

This is the code of CustomComponent:

Screenshot 2023-05-08 at 17 40 40

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.

@oegedijk
Copy link
Owner

oegedijk commented May 9, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants