dash icon indicating copy to clipboard operation
dash copied to clipboard

Data Apps & Dashboards for Python. No JavaScript Required.

Results 408 dash issues
Sort by recently updated
recently updated
newest added

Hi, I am migrating [dash-mantine-components](https://github.com/snehilvj/dash-mantine-components) to typescript. However, I have been facing some issues with the doc strings generation. The doc strings are not very accurate, in fact, for some...

When using the Dash Typescript boilerplate repo to generate components, there appears to be no way to disable the docstring generation. As a result, components which inherit global HTML props,...

infrastructure
feature
P3

When using a callback to control the modebar settings on a chart through the `config` property of a `dcc.Graph`, the graph does not update but retains the initial setting. Note:...

Fixes #2895. The problem is that highlight.js was changed in https://github.com/highlightjs/highlight.js/commit/3987abe437dbf962d64a51da6282d9c9bc20fc13, which prevents re-highlighting an element. The attribute `data-highlighted="yes"` flags an element as highlighted. Hence, the solution is to remove...

feature
P2

Add two error handler to call when a callback raise an exception, the return value of the handler is instead used as output. The callback context can be used to...

Fixes #2902 Made the changes as proposed in #2902. Nothing major, just re-evaluates environment variables when `Dash.run()` is invoked. ## Contributor Checklist - [x] I have broken down my PR...

Fixes #2890. The problem was that strings were not allowed when the page layout was defined as a list. The issue only happens the first time—and not the second one...

Fixes #2894. PR will output a `DeprecationWarning` when the `LogoutButton` is used. I tried making the changes from https://github.com/plotly/dash/issues/2894#issuecomment-2176661569, but it seems that it only validates the initial page layout...

feature
P2
community

Background callback running correctly (loading animations appearing, print statements appearing too, etc) buut when it finishes it errors out (no output is returned) with this error in the console: ```...

**Describe your context** There's a chance this isn't a bug and is instead just my incompetence but I'm pretty flummoxed by it so hopefully someone can explain either way! ```...