-
I have posted this issue on plotly.py [(here)](https://github.com/plotly/plotly.py/issues/2231) however, someone on the plotly community forum said I should post it here as well.
I am trying to im…
-
At https://dash.plotly.com/dash-core-components/dropdown it says that the `id` is a string, while as far as I understand it can be a dictionary too.
-
Hi,
I would like to propose a tooltip feature.
When exploring data and presenting our findings, it is important to be able to interactively annotate data points. Most popular data analysis soft…
-
Plotly dash provides an option to modify the index_string of the dash application. It basically allows the developer to make changes in the HTML template of dash application that will be rendered on t…
-
Would you consider truncating/ellipsisizing the `{bad_val}` output of
https://github.com/plotly/dash/blob/c729ef82e179623592d033929126f284837fd178/dash/_validate.py#L238C26-L253
?
Sometimes t…
-
Hi,
I have added the logo of the company who owns the data on kaggle to my plotly express chart. On the jupyter notebook when I run fig.show() the image is displayed in the background as specified.…
-
**Environment**
```
dash 2.4.1
dash-core-components 2.0.0
dash-html-components 2.0.0
dash-table 5.0.0
plotly 5.8.0
```
- OS: Ar…
-
# App name
dash-avs-explorer
# Description of bug
View Mode (Perspective, Top Down, etc.) is broken when it is switched.
When in "advanced" mode
# How to replicate the bug
Open dash-av…
-
I have implemented a Plotly parallel coordinates plot in a Dash app. The implementation process was straightforward which I appreciated. However, it appears that this type of plot currently does not s…
-
Hi,
I have an issue where the context defined in the Django view is not consistently transferred to the Dash app.
I am using Dash 2.0.0, Django 3.2.7, Django-plotly-dash 1.6.5. I was made aware of…