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 679345f commit ff8a884Copy full SHA for ff8a884
package.json
@@ -58,7 +58,7 @@
58
"mkdirp": "^1.0.4",
59
"nodemon": "^2.0.6",
60
"onetime": "^5.1.2",
61
- "plotly.js": "^1.35.0",
+ "plotly.js-basic-dist": "^1.58.4",
62
"prettier": "^2.2.1",
63
"react": "^16.13.1",
64
"react-addons-test-utils": "^15.6.0",
src/react-plotly.js
@@ -1,5 +1,5 @@
1
import plotComponentFactory from './factory';
2
-import Plotly from 'plotly.js/dist/plotly';
+import Plotly from 'plotly.js-basic-dist';
3
4
const PlotComponent = plotComponentFactory(Plotly);
5
0 commit comments