-
Je nachdem ob die GUI lokal betrieben wird oder auf einem Server distribuiert wird, sind für Dash unterschiedliche Packages für die Background Callbacks nötig (siehe https://dash.plotly.com/background…
-
**Describe your context**
I'm trying to bump Werkzeug to version 3.1.3 but Dash 2.18.2 (and Git `dev`) is blocking that update.
**Describe the bug**
Line…
https://github.com/plotly/dash/blob/956657…
-
### Description
Taipy supports Plotly already. however the charts are static. it would be great to support Dash objects, so that the charts can be interactive
### Solution Proposed
it would be g…
-
Hi, thanks for the library.
I've been looking at using dash-bootstrap-templates with [django-plotly-dash](https://django-plotly-dash.readthedocs.io/en/latest/). Just looking at using one of the the…
-
The dash bundle is approx. 1o Mbyte, which will be a problem for WASM deploys. We should investigate ways to reduce its size.
cf. https://github.com/plotly/plotly.py/issues/4817
-
```
import dash_chart_editor as dce
from dash import Dash, html
import pandas as pd
df = pd.read_csv('datasets/solar.csv')
#- config (dict; default {editable: True}):
# Plotly config opti…
-
I recently noticed some potential performance issues, which involve the `MantineProvider` of `dmc`. Related issue: https://github.com/plotly/dash/issues/3057
-
Hi maintainers,
Hope this message finds you in good health. I wanted to reach out to ask if it's possible to add support for Plotly Dash. It's useful for creating interactive web-based dashboards …
-
I have a DMC Datetimepicker which in the example is initialized with the current datetime. When done - it retains the milisecond. I also have a button that can then set the time. But doing this way -…
-
**Description of the issue**
- I have an app with a callback that uses a dcc.Input (type='number') as Input and recreates the figure property of two dcc.Graphs using the input value as the `facet_row…