Skip to content

Commit e9907fd

Browse files
committed
use plotly.js-dist-min in LazyLoader
1 parent ca07f8f commit e9907fd

File tree

1 file changed

+1
-1
lines changed
  • components/dash-core-components/src/utils/LazyLoader

1 file changed

+1
-1
lines changed

components/dash-core-components/src/utils/LazyLoader/plotly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default () => Promise.resolve(window.Plotly ||
2-
import(/* webpackChunkName: "plotlyjs" */ 'plotly.js').then(({ default: Plotly }) => {
2+
import(/* webpackChunkName: "plotlyjs" */ 'plotly.js-dist-min').then(({ default: Plotly }) => {
33
window.Plotly = Plotly;
44
return Plotly;
55
}));

0 commit comments

Comments
 (0)