-
I'm building a webapp that has multiple tabs, some of which include Plotly `go.Scattermapbox` and `go.Choroplethmapbox` elements. Tab visibilty is controlled by a callback using `display` set to `'bl…
cczhu updated
3 months ago
-
Allow users to choose by
- Year
- Party
- District
- County
Plot bar graphs accordingly
-
Re-opening this issue that was raised here as it was never addressed or solved and would be super super helpful! https://github.com/GibbsConsulting/django-plotly-dash/issues/475
TLDR:
allow_dupli…
-
Hi,
Static type checkers (mypy, pyright/pylance) are becoming increasingly popular in the python world.
For now they don't work with Dash as there are no type annotations included with the librar…
-
# App name - https://dash-gallery.plotly.host/dash-image-annotation/
# Description of bug
Can this be extended to drawing polygons?
# How to replicate the bug
NA
# Other notes
NA
-
When you add a rangeslider, its `yaxis` container gets `_template: null` inserted into the input (`layout`) object. This isn't an attribute, so it should only be inserted in the `fullLayout` object, n…
-
After #724 and https://github.com/plotly/dash-renderer/pull/175, the state history is only relevant to `revert`, which is used for error recovery so only needs to hold one previous (good) state as des…
-
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…
-
**Describe your context**
```
dash 2.17.1
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
```
**Describe the bug**
bool…
-
From Craig
> Hi all, I'm very close to having a working tom toolkit app that allows users to interactively plot spectra using Dash. This is something that I had originally written into SNEx2, but I…