We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2033d commit 2673842Copy full SHA for 2673842
lib/index-strict.js
@@ -30,6 +30,8 @@ Plotly.register([
30
require('./streamtube'),
31
require('./scattergeo'),
32
require('./choropleth'),
33
+ require('./pointcloud'),
34
+ require('./heatmapgl'),
35
require('./parcats'),
36
require('./scattermapbox'),
37
require('./choroplethmapbox'),
tasks/util/constants.js
@@ -122,6 +122,7 @@ var partialBundleTraces = {
122
'funnel',
123
'funnelarea',
124
'heatmap',
125
+ 'heatmapgl',
126
'histogram',
127
'histogram2d',
128
'histogram2dcontour',
@@ -133,6 +134,7 @@ var partialBundleTraces = {
133
134
'ohlc',
135
'parcats',
136
'pie',
137
+ 'pointcloud',
138
'sankey',
139
'scatter',
140
0 commit comments