Skip to content

Commit 0242ff0

Browse files
committed
fixup (add isGL2D in heatmap calc)
1 parent 1b5459f commit 0242ff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/traces/heatmap/calc.js

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ function makeBoundArray(trace, arrayIn, v0In, dvIn, numbricks, ax) {
172172
var arrayOut = [],
173173
isContour = Plots.traceIs(trace, 'contour'),
174174
isHist = Plots.traceIs(trace, 'histogram'),
175+
isGL2D = Plots.traceIs(trace, 'gl2d'),
175176
v0,
176177
dv,
177178
i;

0 commit comments

Comments
 (0)