Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2k
Open
Labels
Description
Description
I use a very minimal configuration consisting of just a few modules:
import * as Plotly from "plotly.js/lib/core.js";import * as scatter from "plotly.js/lib/scatter";import * as surface from "plotly.js/lib/surface";Plotly.register([scatter, surface]);the vianode_modules/plotly.js/src/traces/surface/convert.js, line 3, this pulls instackgl_modules:
var createSurface = require('../../../stackgl_modules').gl_surface3d;As a result, the whole stackgl_modules/index.js file is pulled in, even though only a few parts are needed.