Skip to content

Commit 1a24eaa

Browse files
committed
update plot-schema diff
1 parent 7a5cdac commit 1a24eaa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/plot-schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14841,6 +14841,12 @@
1484114841
"description": "Sets the source reference on Chart Studio Cloud for `y`.",
1484214842
"editType": "none",
1484314843
"valType": "string"
14844+
},
14845+
"zindex": {
14846+
"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`.",
14847+
"dflt": 0,
14848+
"editType": "calc",
14849+
"valType": "integer"
1484414850
}
1484514851
},
1484614852
"categories": [
@@ -47221,6 +47227,12 @@
4722147227
"description": "Sets the source reference on Chart Studio Cloud for `y`.",
4722247228
"editType": "none",
4722347229
"valType": "string"
47230+
},
47231+
"zindex": {
47232+
"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`.",
47233+
"dflt": 0,
47234+
"editType": "calc",
47235+
"valType": "integer"
4722447236
}
4722547237
},
4722647238
"categories": [

0 commit comments

Comments
 (0)