-
Altair is another popular visualisation tool that have been added as part of Dash Components.
See: (https://dash.plotly.com/dash-vega-components)
Following the example in the url above with slig…
-
В Dash для создания боковой панели (aside) можно использовать `html.Div` в сочетании с CSS для стилизации. Вот простой пример:
```python
import dash
import dash_html_components as html
app = dash.Da…
-
Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
**Describe your…
-
This issue was initially reported in the Dash GitHub https://github.com/plotly/dash/issues/2830, but it seems to be an issue only with the `dmc.Notification` component.
When using components as pro…
-
- dash 2.17.0
- dash-bootstrap-components 1.6.0
- dash-core-components 2.0.0
- dash-html-components 2.0.0
### What is happening?
When `dcc.Input` content does…
-
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 `_timestamp` properties have been essentially useless since `callback_context` was introduced - they should be removed. cc @alexcjohnson @AnnMarieW
-
Using a callback with no output in Dash 2.17.1 and using a MATCH pattern on the input from a data table prevents dash from loading.
**Describe your context**
Create a simple single file app with…
-
#### Description
The `vals` property is not updated when accessed through a callback (unlike other properties such as `cols` and `rows`).
This would be really useful to maintain state between upda…
-
Here my **RootComponent** class
```
class RootComponent(componentContext: ComponentContext) : ComponentContext by componentContext {
private val navigation = StackNavigation()
val chi…