File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Plotly.register([
3131
3232 require ( './scattergl' ) ,
3333 require ( './pointcloud' ) ,
34+ require ( './heatmapgl' ) ,
3435
3536 require ( './scattermapbox' ) ,
3637
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ HeatmapGl.basePlotModule = require('../../plots/gl2d');
2424HeatmapGl . categories = [ 'gl2d' , '2dMap' ] ;
2525HeatmapGl . meta = {
2626 description : [
27- 'WebGL heatmap (beta) '
27+ 'WebGL version of the heatmap trace type. '
2828 ] . join ( ' ' )
2929} ;
3030
Original file line number Diff line number Diff line change @@ -4,9 +4,8 @@ var Plotly = require('@lib/index');
44var Lib = require ( '@src/lib' ) ;
55var d3 = require ( 'd3' ) ;
66
7- // heatmapgl & contourgl is not part of the dist plotly.js bundle initially
7+ // contourgl is not part of the dist plotly.js bundle initially
88Plotly . register ( [
9- require ( '@lib/heatmapgl' ) ,
109 require ( '@lib/contourgl' )
1110] ) ;
1211
You can’t perform that action at this time.
0 commit comments