Skip to content

Commit cc2fc92

Browse files
committed
Fix scattergl zindex
1 parent dbbb0d5 commit cc2fc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scattergl/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ var attrs = module.exports = overrideAll({
8282
connectgaps: scatterAttrs.connectgaps,
8383
fill: extendFlat({}, scatterAttrs.fill, {dflt: 'none'}),
8484
fillcolor: makeFillcolorAttr(),
85-
zindex: scatterAttrs.zindex,
8685

8786
// no hoveron
8887

@@ -102,3 +101,4 @@ var attrs = module.exports = overrideAll({
102101
attrs.x.editType = attrs.y.editType = attrs.x0.editType = attrs.y0.editType = 'calc+clearAxisTypes';
103102
attrs.hovertemplate = scatterAttrs.hovertemplate;
104103
attrs.texttemplate = scatterAttrs.texttemplate;
104+
attrs.zindex = scatterAttrs.zindex

0 commit comments

Comments
 (0)