We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca07f8f commit e9907fdCopy full SHA for e9907fd
components/dash-core-components/src/utils/LazyLoader/plotly.js
@@ -1,5 +1,5 @@
1
export default () => Promise.resolve(window.Plotly ||
2
- import(/* webpackChunkName: "plotlyjs" */ 'plotly.js').then(({ default: Plotly }) => {
+ import(/* webpackChunkName: "plotlyjs" */ 'plotly.js-dist-min').then(({ default: Plotly }) => {
3
window.Plotly = Plotly;
4
return Plotly;
5
}));
0 commit comments