Skip to content

Commit 071ac98

Browse files
committed
Remove coerce zindex from scattergl
1 parent 497b5f1 commit 071ac98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/traces/scattergl/defaults.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,5 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
6767
errorBarsSupplyDefaults(traceIn, traceOut, lineColor || markerColor || defaultColor, {axis: 'y'});
6868
errorBarsSupplyDefaults(traceIn, traceOut, lineColor || markerColor || defaultColor, {axis: 'x', inherit: 'y'});
6969

70-
coerce('zindex');
7170
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
7271
};

0 commit comments

Comments
 (0)