-
**Describe your context**
```
dash 2.14.1
dash-auth 2.0.0
dash-bootstrap-components 1.4.1
dash-core-components 2.0.0
dash-extensions …
-
**Is your feature request related to a problem? Please describe.**
Yes, this concerns the "package size" of dash projects, which usually exceed 200mb, when they certainly don't need to for projects t…
-
Enable more comprehensive type hinting of dash callback methods by exposing `dash._callback.NoUpdate`.
Given `callback()` and `clientside_callback()` are already imported up, is there any reason no…
-
**Describe your context**
- replace the result of `pip list | grep dash` below
```
dash 2.14.2
dash-bootstrap-components 1.1.0
dash-core-components 2.0.0
dash-html-com…
-
This is a common request.
I would expect when I zoom on the x-axis, in a linked plot configuration, the y-axis would scale to the selected/zoomed range.
Here are reports of users requesting this…
nzjrs updated
2 months ago
-
A measuring instrument (Ahlborn ALMEMO 2690) connected via RS232 works with pyvisa & plotly Dash (tested simplified python code examples used):
```python
import pyvisa
from pyvisa.constants impor…
-
There's already an [issue outlining the effects `graph_object` validation has on plot generation time](https://github.com/plotly/plotly.py/issues/1052). Users can bypass this performance hit by replac…
-
Even though the dashboard is now hosted on our cloud server instead of a third-party platform, there is still some noticeable delay when loading and exploring large input tables.
Here are some pote…
-
**Describe your context**
Steps to setup my environment
```
conda create -n test python=3.8
conda activate test
pip install dash==1.17.0
pip install plotly==4.12.0
pip install numpy==1.18
```
…
-
Since dcc.LogoutButton is no longer recommended, it should be removed.
The docs page will be redirected to html.Button.
https://github.com/plotly/ddk-dash-docs/issues/2603
This is a great "firs…