dash-docs
dash-docs copied to clipboard
:book: ISSUE TRACKER ONLY for The Official Dash Userguide & Documentation https://dash.plotly.com/
In http://dash.plotly.com/react-for-python-developers, there is an entry for: ``` In the future, we will use these propTypes to provide validation in Python. That is, if you specify that a property is...
In `/Docs/canvas`, the 2nd and 3rd example in `Retrieving the geometry of annotations and using utility functions ` section have a `500 internal server error` when trying to `Save` annotations....
There are lots of places we either have the same or very similar text in the Py and R docs, or we don't and one (mostly R) is behind. Noticing...
Signle output with a bunch of inputs that may be turned "on or off". previously, you had to keep them all visible and hide them with `display: none`. now you...
In https://dash.plotly.com/advanced-callbacks, we discuss `PreventUpdate` and `dash.no_update` in the context of "displaying error messages". However, their use is much more broad than that (e.g. https://community.plotly.com/t/sometimes-dont-update-an-output-element-in-a-callback/41984/2) We should update these headers...
https://community.plotly.com/t/dash-table-conditional-headers-formatting-for-multi-headers-tables/38974/2
There are several issues with the custom components chapters and some things that are out of date. This issue covers making sure that these chapters are accurate and up to...
Specification of providing `tooltip_data` is unclear in the [datatable documentation](https://dash.plotly.com/datatable/reference) **Issues with Current:** * _dtype = `dict`_ * This is misleading since a list of dictionaries works too. * _"The...