Skip to content

Commit

Permalink
Merge pull request #5888 from plotly/gl3d-without-function-constructors
Browse files Browse the repository at this point in the history
Include gl3d in strict bundle
  • Loading branch information
archmoj authored Sep 2, 2021
2 parents 21ddf69 + 69c8387 commit d3b1345
Show file tree
Hide file tree
Showing 5 changed files with 105 additions and 416 deletions.
2 changes: 2 additions & 0 deletions draftlogs/5888_add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add `surface`, `isosurface`, `volume`, `streamtube`, `cone`, `mesh3d`, `scatter3d`, `pointcloud`
and `heatmapgl` to the "strict" bundle by avoid function generation for these traces at runtime [[#5888](https://github.com/plotly/plotly.js/pull/5888)]
9 changes: 9 additions & 0 deletions lib/index-strict.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ Plotly.register([
require('./treemap'),
require('./icicle'),
require('./funnelarea'),
require('./scatter3d'),
require('./surface'),
require('./isosurface'),
require('./volume'),
require('./mesh3d'),
require('./cone'),
require('./streamtube'),
require('./scattergeo'),
require('./choropleth'),
require('./pointcloud'),
require('./heatmapgl'),
require('./parcats'),
require('./scattermapbox'),
require('./choroplethmapbox'),
Expand Down
Loading

0 comments on commit d3b1345

Please sign in to comment.