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

It would be nice to include a "copy to clipboard" button with every code block so that users don't have to manually highlight then copy code into their development environment.

Chrome browser seems to crash whenever uploading files larger than 100mb (This happens with just running the sample code from https://dash.plotly.com/dash-core-components/upload) Would be useful to document limitations and best practices

Based on dash-datatables (https://dash.plotly.com/datatable), a customer was interested about datatable's "custom" sorting feature. I understand that this example is available at https://dash.plotly.com/datatable/callbacks as "Python-Driven Filtering, Paging, Sorting". I'm wondering if...

Not just for completeness, this is also causing friction re: the sitemap https://github.com/plotly/dash-docs/pull/1047#issuecomment-742412992

it would be helpful to mention you must set `captureevents=True` when using clickAnnotationData on the `dcc.graph` doc page: https://dash.plotly.com/dash-core-components/graph ![Screen Shot 2021-01-12 at 8 35 12 PM](https://user-images.githubusercontent.com/2789078/104394978-b5573e80-5515-11eb-8fcc-f761a22eb78b.png) it would be...

I am happy to provide such an example, but I am a little unsure which is the preferred integration method. I have previously been using Iframes for integrating Altair charts...

https://dash.plotly.com/react-for-python-developers doesn't highlight JS syntax, but it does highlight Python - as pointed out by @DrGFreeman https://github.com/plotly/dash-docs/pull/1089#discussion_r569880265 It also doesn't support R https://dashr.plotly.com/layout - and for completeness we should include...

Hi there, My name is Tony Zeidan and I am currently using the Plotly express API to make a choropleth map of Canada based on a hexagonal grid which is...

``` >> pip install-r requirements.txt file not found #include ^~~~~~~~ 1 error generated. error: command 'clang' failed with exit status 1 ``` Fix is to set: `export MACOSX_DEPLOYMENT_TARGET=10.14`

If you pull this repo and run the local docs with `while true; do IGNORE_DASH_BIO=true python index.py; sleep 2; done`, they do not match [the production docs](https://dash.plotly.com/dash-bio/igv). For example, the...