Skip to content

Commit 3ac223c

Browse files
committed
restore heatmap connectgaps default
1 parent 4d4913f commit 3ac223c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/traces/heatmap/defaults.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
3030
}
3131

3232
coerce('text');
33-
coerce('connectgaps', hasColumns(traceOut) && (traceOut.zsmooth !== false));
3433

3534
handleStyleDefaults(traceIn, traceOut, coerce, layout);
35+
36+
coerce('connectgaps', hasColumns(traceOut) && (traceOut.zsmooth !== false));
37+
3638
colorscaleDefaults(traceIn, traceOut, layout, coerce, {prefix: '', cLetter: 'z'});
3739
};

0 commit comments

Comments
 (0)