Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cce8ba8

Browse files
committed
reuse connectgaps from scatter plots
1 parent e9ef5fe commit cce8ba8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/traces/scatter3d/attributes.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,7 @@ module.exports = {
9595
y: makeProjectionAttr('y'),
9696
z: makeProjectionAttr('z')
9797
},
98-
connectgaps: {
99-
valType: 'boolean',
100-
role: 'style',
101-
dfl: false,
102-
description: 'Connects gaps in data'
103-
},
98+
connectgaps: scatterAttrs.connectgaps,
10499
line: {
105100
color: scatterLineAttrs.color,
106101
width: scatterLineAttrs.width,

0 commit comments

Comments
 (0)