dash icon indicating copy to clipboard operation
dash copied to clipboard

Data Apps & Dashboards for Python. No JavaScript Required.

Results 557 dash issues
Sort by recently updated
recently updated
newest added

**Describe your context** ``` dash 2.0.0 dash-bootstrap-components 0.13.0 dash-core-components 2.0.0 dash-extensions 0.0.60 dash-html-components 2.0.0 dash-table 5.0.0 ``` - OS: Windows 10 - Browser Chrome - Version 93.0.4577.82 (Official Build) (64-bit)...

px.set_mapbox_access_token(AccessToken) fig = px.scatter_mapbox(data_frame=dff29, lat="latid", lon="long", center={"lat": 60, "lon": 10}, width=800, height=800, zoom=5, hover_name="Name", hover_data=["Name", "latid", "long"], color_discrete_sequence=["fuchsia"], title='Målepunkter veiobjekter 2021' ) #fig.update_layout(mapbox_style="dark", mapbox_accesstoken=AccessToken) fig.update_layout(mapbox_style="open-street-map") fig.show() Any idea??????

go.Scattermapbox hover not responding when the list is long: import plotly.graph_objects as go AccessToken = My token Lat = [58.08407, 58.07343, 58.03642, 58.07061, 58.03967, 58.05232, 58.09451, 58.06791, 58.0945, 58.06794, 58.59317,...

Hi! I was wondering if you were planning to enable the rendering dash apps straight from an R markdown documents? This option is currently available for shiny apps, by specifying...

## Improve page navigation when `dcc.Location` is updated in a callback. Currently when dcc.Location is updated in a callback, the browser url is updated, but it does not navigate to...

Filtering for numeric columns breaks if we set column filtering to be case insensitive. This can be checked on https://dash.plotly.com/datatable/interactivity. If the toggle is set to be case sensitive, it...

As far as I can tell, this flavor of the "duplicate dcc.Location callback" issue (#883) hasn't been documented yet. When I run a multipage app, reloading the page fires the...

dash-type-bug

Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find...

good first issue

Hi, I plotted a bunch of things in a dash layout. I want to save them to an html file so I can look at them later. I understand that...

This PR fixes #1933. The AIO components are unable to be tested using Pytest and the Dash-Duo object. The callbacks set via `dash.callback` (rather than `app.callback`) are added to a...

P2
fix
community