Closed athenawisdoms closed 7 years ago
I have the same question. Please include Install directions.
@athenawisdoms
I figured out our problem. We npm installed plotly
when we should have installed plotly.js
.
https://www.javascripting.com/view/plotly-js
Once you runnpm install plotly.js
, import Plotly from 'plotly.js/dist/plotly-cartesian'
should work just fine.
How should we import the
plotly-cartesian
module into a Meteor app?does not work because it gives an error
Is there a way to save it using something like
npm install package-name --save
?Did not find these modules via
npm search plotly