Skip to content

Commit 4776832

Browse files
committed
no need to extendFlat attrs that 'only' get overrode by overrideAll
1 parent a98d1d5 commit 4776832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scattergl/attributes.js

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

86-
opacity: extendFlat({}, plotAttrs.opacity)
86+
opacity: plotAttrs.opacity
8787

8888
}, 'calc', 'nested');
8989

0 commit comments

Comments
 (0)