Skip to content

Commit 187ac23

Browse files
committed
fixup - no need to override opacity editType twice
1 parent 5c6576a commit 187ac23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/traces/scattergl/attributes.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ var attrs = module.exports = overrideAll({
8383
marker: scatterAttrs.unselected.marker
8484
},
8585

86-
opacity: extendFlat({}, plotAttrs.opacity, {
87-
editType: 'calc'
88-
}),
86+
opacity: extendFlat({}, plotAttrs.opacity)
8987

9088
}, 'calc', 'nested');
9189

0 commit comments

Comments
 (0)