Arsh Bhatti
Results
2
comments of
Arsh Bhatti
**Update**: It builds fine when I use `--max_old_space_size=8192`, so 8 gigs to build the project and it takes ~2 mins. I think there should be a way to build it...
@hitesh171285 You can import from plotly.js like this : var Plotly = require('plotly.js/lib/core'); Plotly.register([ require('plotly.js/lib/heatmap'), require('plotly.js/lib/choropleth'), require('plotly.js/lib/scattergeo') ]); module.exports = Plotly; and then you can import this Plotly object into...