-
From https://github.com/plotly/plotly.js/issues/4098#issuecomment-571219199
It would be really helpful for the Dash user to be able to get warnings in the debug tools, especially for stuff like hie…
-
If a column in the table contains null value at some rows and you try to do a case insensitive filtering like "ine foo', a javascript exception "Cannot read property 'toString' of null" exception" wil…
-
Hi,
This one is somehow related to https://github.com/plotly/plotly.js/issues/6521 but slightly different.
* when working with 1000 slider steps (Plotly slider), the rendering of this heatmap i…
-
When generating new components using the dash typescript boilerplate, there is an issue with props containing a hyphen. E.g., if I try to generate bindings for a component, which has the "aria-expande…
-
https://dashaggrid.pythonanywhere.com/
Standard Dash Table: https://dash.plotly.com/datatable
Dash AG Table Comparison: https://youtu.be/dovf4FwtwPg?t=1862
Dash AG Table Info/Install: https:/…
-
When adding a shape to a legendgroup with showlegend=False, he does not toggle the visibility when clicking in the legend which is inconsistent with the expected behaviour of traces.
Here is the co…
-
Hi, is it possible to use Plotly's Dash framework in a SageMaker notebook (standard or lab)? Dash offers 3 different modes, `inline` (in cell), `external` (new tab), and `jupyterlab` (new frame), but …
-
**Describe your context**
Plotly 5.11.0
Dash 2.7.0
Python 3.10
Dockerfile:
```
FROM debian:bullseye
RUN apt update && apt install -y --no-install-recommends python3 python3-pip
RUN pip ins…
-
### Which package?
vizro
### What's the problem this feature will solve?
Currently, Vizro lacks built-in support for centralized brand identity management. This means users need to manually c…
-
ddc.Graph isn't inheriting height from parent div as it does with width. This happens even when responsive = True is set.
dash versions:
```
dash 1.16.3 …