Skip to content

Commit 497b5f1

Browse files
committed
Remove scattergl zindex
1 parent ac0a2a3 commit 497b5f1

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/traces/scattergl/attributes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,3 @@ var attrs = module.exports = overrideAll({
101101
attrs.x.editType = attrs.y.editType = attrs.x0.editType = attrs.y0.editType = 'calc+clearAxisTypes';
102102
attrs.hovertemplate = scatterAttrs.hovertemplate;
103103
attrs.texttemplate = scatterAttrs.texttemplate;
104-
attrs.zindex = scatterAttrs.zindex

test/plot-schema.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55571,12 +55571,6 @@
5557155571
"description": "Sets the source reference on Chart Studio Cloud for `y`.",
5557255572
"editType": "none",
5557355573
"valType": "string"
55574-
},
55575-
"zindex": {
55576-
"description": "Sets the layer on which this trace is displayed, relative to other traces on the same axes. Traces with higher `zindex` appear in front of those with lower `zindex`.",
55577-
"dflt": 0,
55578-
"editType": "calc",
55579-
"valType": "integer"
5558055574
}
5558155575
},
5558255576
"categories": [

0 commit comments

Comments
 (0)