Skip to content

Commit

Permalink
no need to extendFlat attrs that 'only' get overrode by overrideAll
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Mar 6, 2018
1 parent a98d1d5 commit 4776832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traces/scattergl/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var attrs = module.exports = overrideAll({
marker: scatterAttrs.unselected.marker
},

opacity: extendFlat({}, plotAttrs.opacity)
opacity: plotAttrs.opacity

}, 'calc', 'nested');

Expand Down

0 comments on commit 4776832

Please sign in to comment.