dash-core-components
dash-core-components copied to clipboard
OBSOLETE: now part of https://github.com/plotly/dash
**Describe your context** We have axis label texts overlapping. We do no use any custom CSS. - replace the result of `pip list | grep dash` below ``` dash (0.43.0)...
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:...
Is there any interest in supporting [remarkjs plugins](https://github.com/remarkjs/remark/blob/main/doc/plugins.md)? I am currently using dcc.Markdown a bunch and would really benefit from some extended functionality, like being able to add ids and...
Hi, I would like to submit a dcc.Checklist in my html.Form. However, the checklist's options currently have no name attribute, therefore are not submitted. Did you ever discuss adding name...
Strange things happen if you attempt to use `responsive` just to let the graph width adjust to the window, no CSS to set the height. I'm reporting it here since...
If you create a `dcc.Slider` with a label near the right side of the slider, the tooltip text with add line breaks between words. This is not the case with...
Since v1.9.1, it seems that the frontend triggers an update without any value for `pathname` (in the json request, there is not even the value key present) which results on...
See the community post https://community.plot.ly/t/bug-maintaining-interactive-graph-state-across-tab-switches/32937/, which includes a standalone app reproducing the problem. Problem: for an app with several tabs, if one tab includes a dcc.Graph, then switching tab loses...
I am creating Dash App that takes start date and end date as inputs with two single Datepicker but they don't work and in Chrome console I see this error...
As in https://github.com/plotly/dash-table/issues/850, I think the latest `v1.13.0` should have a tagged release in GitHub. I think this tag should target 0da84df, if that looks right @Marc-Andre-Rivet I'm also happy...