You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
I'm not sure if this is a bug in Dash or Plotly.js, but seeing as I can't reproduce it when saving the figure with plotly.offline.plot, I'll put it here.
Whenever I select scatter points in a Dash app, I've started getting the following error:
It doesn't seem to affect the running of the app, any callbacks are still fired for the selected points.
Also re: dev bundles - we haven't included a plotly.js dev bundle, only the production version. I think that makes sense, as plotly.js has its own js-only development workflow that we want to keep independent of dash - before something is declared a plotly.js bug it should be replicated in pure js, ie codepen or similar.
I'm not sure if this is a bug in Dash or Plotly.js, but seeing as I can't reproduce it when saving the figure with
plotly.offline.plot
, I'll put it here.Whenever I select scatter points in a Dash app, I've started getting the following error:
It doesn't seem to affect the running of the app, any callbacks are still fired for the selected points.
Simplest example to reproduce:
Versions:
Also, for some reason I'm not getting the dev bundles when I set
dev_tools_serve_dev_bundles=True
, so sorry if the stack trace isn't very helpful!The text was updated successfully, but these errors were encountered: