Skip to content

Commit 3ce397e

Browse files
committed
fixup (add isGL2D in heatmap calc)
1 parent 234d59c commit 3ce397e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/traces/heatmap/calc.js

Lines changed: 1 addition & 0 deletions
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)