dash-docs icon indicating copy to clipboard operation
dash-docs copied to clipboard

:book: ISSUE TRACKER ONLY for The Official Dash Userguide & Documentation https://dash.plotly.com/

Results 109 dash-docs issues
Sort by recently updated
recently updated
newest added

Implementing plotly dash testing within the GitLab CI environment using services such as selenium/standalone-chrome causes a connection refused when running tests. ``` stages: - test image: "python" test: stage: test...

Follow async support, it's now possible for app developers to override the version of Plotly.js used by Dash. It will soon be possible to do the same thing for syntax...

dash-type-enhancement

In https://dash.plotly.com/pattern-matching-callbacks, more specifically in the Todo App example, there are some parts which are not very Pythonic. In the `edit_list` function, ```py def edit_list(add, add2, clear, new_item, items, items_done):...

a) Is the following referenced in our top-level menu anywhere? https://dash.plotly.com/all-in-one-components I would like to have listed with all of the other items b) Can the following be added to...

Post-merge checklist: The master branch is auto-deployed to `dash.plotly.com`. Once you have merged your PR, wait 5-10 minutes and check dash.plotly.com to verify that your changes have been made. -...

All-in-one components docs, [example 1](https://dash.plotly.com/all-in-one-components#example-1:-simple-component), gives this code (ellipsis mine): ``` python class MarkdownWithColorAIO(html.Div): # html.Div will be the "parent" component # A set of functions that create pattern-matching callbacks...

Hi everyone, I've been trying the code examples from https://dash.plotly.com/datatable/filtering and they don't work. For example, the code in the section 'Advanced filter usage' raises 'TypeError: Unexpected keyword argument `filter_action`....

It's great to see the `Clipboard` icon added to the code snippets in the docs! :confetti_ball: It's also nice to see the new documentation for `Clipboard`, however the last example...

This is a placeholder issue to get feedback from users about our ["React for Python Developers" guide](https://dash.plot.ly/react-for-python-developers). By following the instructions in that guide, you should feel comfortable creating your...

For a dashboard I am working on, I have a table in which I assign the columns and data property via a callback. This means that in the layout I...