-
PLOTLY_DASH = {
'serve_locally': False,
"view_decorator": "django_plotly_dash.access.login_required",
}
if the user is logged out of the Django session and they continue to use an open d…
-
Hi,
I am trying to execute the example code given in Dash user guide and documentation explaining Caching and Signaling concept of Sharing data between callbacks - https://dash.plot.ly/sharing-data…
-
We are using the parallel coordinates plot from `plotly.js` in a Dash app. The number of variables/parameters is quite large, which makes it necessary to scroll it horizontally for the user. In our us…
-
Especially for advanced Dash components, it would be useful if the Dash component author could do serialization/deserialization for the Dash app developer, in order to make an easy component API. Toda…
-
When clicking on a graph, clickdata callbacks seem to fire inconsistently or not at all. Often they will fire on the first mouse click on the graph, but additional clicks, regardless of location on t…
-
Hello!
We love Dash, it's been perfect for our team of Python developers who want to provide rich web frontends.
We're coming up against the issue that it's difficult to host alongside our other…
-
When creating a plotly.graph_objects.Figure() object without the resampling, the plot automatically scales when changing the window size of the browser.
With the plotly_resanpler.FigureResampler(plo…
-
I have a Django app aiming to track my stock portfolio daily value (Time Series 1) and daily return (Time Series 2). These 2 Time Series are computed in Django based on custom models and methods (`ts_…
-
### Question
How to integrate with other applications like flask, frappe or django?
### Code/Examples
_No response_
### Other information
_No response_
### Which package?
None
### Package vers…
-
See https://dash.plotly.com/datatable/editable #Export Data Table