-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load plotly.js from plotly.py #2610
Conversation
6eaba24
to
91f6c2c
Compare
).format(__version__), | ||
"namespace": "dash", | ||
"async": "eager", | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also delete the following two entries, async-plotlyjs.js
and its .map
? And I guess we can remove the prebuild:js
command in dcc's package.json
that creates the plotly.min.js
file referenced here, right?
@@ -49,7 +48,6 @@ | |||
"mathjax": "^3.2.2", | |||
"moment": "^2.29.4", | |||
"node-polyfill-webpack-plugin": "^2.0.1", | |||
"plotly.js-dist-min": "2.25.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 Love it!
Load plotly.js bundle from installed plotly.py.
This has the following effects: