Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2673842

Browse files
committedAug 12, 2021
add heatmapgl and pointcloud to strict bundle
1 parent 8f2033d commit 2673842

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎lib/index-strict.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Plotly.register([
3030
require('./streamtube'),
3131
require('./scattergeo'),
3232
require('./choropleth'),
33+
require('./pointcloud'),
34+
require('./heatmapgl'),
3335
require('./parcats'),
3436
require('./scattermapbox'),
3537
require('./choroplethmapbox'),

‎tasks/util/constants.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ var partialBundleTraces = {
122122
'funnel',
123123
'funnelarea',
124124
'heatmap',
125+
'heatmapgl',
125126
'histogram',
126127
'histogram2d',
127128
'histogram2dcontour',
@@ -133,6 +134,7 @@ var partialBundleTraces = {
133134
'ohlc',
134135
'parcats',
135136
'pie',
137+
'pointcloud',
136138
'sankey',
137139
'scatter',
138140
'scatter',

0 commit comments

Comments
 (0)
Please sign in to comment.