We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ef5fe commit cce8ba8Copy full SHA for cce8ba8
src/traces/scatter3d/attributes.js
@@ -95,12 +95,7 @@ module.exports = {
95
y: makeProjectionAttr('y'),
96
z: makeProjectionAttr('z')
97
},
98
- connectgaps: {
99
- valType: 'boolean',
100
- role: 'style',
101
- dfl: false,
102
- description: 'Connects gaps in data'
103
- },
+ connectgaps: scatterAttrs.connectgaps,
104
line: {
105
color: scatterLineAttrs.color,
106
width: scatterLineAttrs.width,
0 commit comments