Skip to content

Commit 1b2072a

Browse files
committed
only coerce connectgaps if scatter3d has lines
1 parent cce8ba8 commit 1b2072a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scatter3d/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
3434

3535
coerce('text');
3636
coerce('mode');
37-
coerce('connectgaps');
3837

3938
if(subTypes.hasLines(traceOut)) {
39+
coerce('connectgaps');
4040
handleLineDefaults(traceIn, traceOut, defaultColor, coerce);
4141
}
4242

0 commit comments

Comments
 (0)