i am using plotly_direct into the integration between django and plotly, Andinitial_arguments are not currently supported, and as the app is directly injected into the page
So i can access the data from views.py into the html template but i can not pass it into dash app
i have a problem passing data from django template to django dash app to use it in charts .
and i can not use initial_argument as a parameter because i am using plotly_direct
and i do not want to use plotly_app because it render the dash app as iframe.
This is a similar issue to this one so this response is similar: there are a couple of ideas here - essentially (a) use a different template tag or (b) create/update the dash app instance directly.
(for some reason the original post to this question got attached to another issue; probably user error…)
This is very frustrating. I wish I could find an easier way
using different tag will render the dash app as iframe which makes scroller,
and i did not really understand the second solution but i have 5 dash apps integrated in 5 different html templates, customizing all these details in views to render the dash apps once will be kinda difficult, and the data will changes based on the user who logged in
seperating files was more efficient