Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
move stackgl parts into stackgl_modules folder
- import and export those required in plotly.js - pre-bundle stackgl/gl-vis modules using node16 - test npm ci using npm v6 and cibuild with node12
- Loading branch information
Showing
with
51,906 additions
and 10,681 deletions.
- +19 −1 .circleci/config.yml
- +1 −0 .eslintignore
- +7,441 −10,618 package-lock.json
- +1 −39 package.json
- +3 −3 src/plots/gl2d/scene2d.js
- +1 −1 src/plots/gl3d/scene.js
- +2 −2 src/traces/cone/convert.js
- +1 −1 src/traces/heatmapgl/convert.js
- +1 −1 src/traces/isosurface/convert.js
- +4 −4 src/traces/mesh3d/convert.js
- +1 −1 src/traces/pointcloud/convert.js
- +5 −5 src/traces/scatter3d/convert.js
- +1 −1 src/traces/streamtube/convert.js
- +3 −3 src/traces/surface/convert.js
- +1 −1 src/traces/volume/convert.js
- +40,528 −0 stackgl_modules/index.js
- +20 −0 stackgl_modules/main.js
- +3,819 −0 stackgl_modules/package-lock.json
- +54 −0 stackgl_modules/package.json
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,3 +1,4 @@ | ||
stackgl_modules | ||
node_modules | ||
dist | ||
build | ||
Oops, something went wrong.