Skip to content

Commit dbbb0d5

Browse files
committed
Update schema
1 parent e17739e commit dbbb0d5

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

test/plot-schema.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17520,6 +17520,12 @@
1752017520
"description": "Sets the source reference on Chart Studio Cloud for `y`.",
1752117521
"editType": "none",
1752217522
"valType": "string"
17523+
},
17524+
"zindex": {
17525+
"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`.",
17526+
"dflt": 0,
17527+
"editType": "calc",
17528+
"valType": "integer"
1752317529
}
1752417530
},
1752517531
"categories": [
@@ -18068,6 +18074,12 @@
1806818074
"dflt": "",
1806918075
"editType": "none",
1807018076
"valType": "string"
18077+
},
18078+
"zindex": {
18079+
"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`.",
18080+
"dflt": 0,
18081+
"editType": "calc",
18082+
"valType": "integer"
1807118083
}
1807218084
},
1807318085
"categories": [
@@ -19469,6 +19481,12 @@
1946919481
"description": "Sets the source reference on Chart Studio Cloud for `y`.",
1947019482
"editType": "none",
1947119483
"valType": "string"
19484+
},
19485+
"zindex": {
19486+
"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`.",
19487+
"dflt": 0,
19488+
"editType": "calc",
19489+
"valType": "integer"
1947219490
}
1947319491
},
1947419492
"categories": [
@@ -23941,6 +23959,12 @@
2394123959
"editType": "none",
2394223960
"valType": "string"
2394323961
},
23962+
"zindex": {
23963+
"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`.",
23964+
"dflt": 0,
23965+
"editType": "calc",
23966+
"valType": "integer"
23967+
},
2394423968
"zmax": {
2394523969
"description": "Sets the upper bound of the color domain. Value should have the same units as in `z` and if set, `zmin` must be set as well.",
2394623970
"dflt": null,
@@ -24990,6 +25014,12 @@
2499025014
"impliedEdits": {},
2499125015
"valType": "boolean"
2499225016
},
25017+
"zindex": {
25018+
"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`.",
25019+
"dflt": 0,
25020+
"editType": "calc",
25021+
"valType": "integer"
25022+
},
2499325023
"zmax": {
2499425024
"description": "Sets the upper bound of the color domain. Value should have the same units as in `z` and if set, `zmin` must be set as well.",
2499525025
"dflt": null,
@@ -27400,6 +27430,12 @@
2740027430
"description": "Sets the source reference on Chart Studio Cloud for `y`.",
2740127431
"editType": "none",
2740227432
"valType": "string"
27433+
},
27434+
"zindex": {
27435+
"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`.",
27436+
"dflt": 0,
27437+
"editType": "calc",
27438+
"valType": "integer"
2740327439
}
2740427440
},
2740527441
"categories": [
@@ -28187,6 +28223,12 @@
2818728223
false,
2818828224
"legendonly"
2818928225
]
28226+
},
28227+
"zindex": {
28228+
"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`.",
28229+
"dflt": 0,
28230+
"editType": "calc",
28231+
"valType": "integer"
2819028232
}
2819128233
},
2819228234
"categories": [
@@ -29367,6 +29409,12 @@
2936729409
"editType": "none",
2936829410
"valType": "string"
2936929411
},
29412+
"zindex": {
29413+
"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`.",
29414+
"dflt": 0,
29415+
"editType": "calc",
29416+
"valType": "integer"
29417+
},
2937029418
"zmax": {
2937129419
"description": "Sets the upper bound of the color domain. Value should have the same units as in `z` and if set, `zmin` must be set as well.",
2937229420
"dflt": null,
@@ -36479,6 +36527,12 @@
3647936527
"editType": "calc",
3648036528
"valType": "data_array"
3648136529
},
36530+
"zindex": {
36531+
"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`.",
36532+
"dflt": 0,
36533+
"editType": "calc",
36534+
"valType": "integer"
36535+
},
3648236536
"zmax": {
3648336537
"description": "Array defining the higher bound for each color component. Note that the default value will depend on the colormodel. For the `rgb` colormodel, it is [255, 255, 255]. For the `rgba` colormodel, it is [255, 255, 255, 1]. For the `rgba256` colormodel, it is [255, 255, 255, 255]. For the `hsl` colormodel, it is [360, 100, 100]. For the `hsla` colormodel, it is [360, 100, 100, 1].",
3648436538
"editType": "calc",
@@ -51460,6 +51514,12 @@
5146051514
"dflt": "y",
5146151515
"editType": "calc+clearAxisTypes",
5146251516
"valType": "subplotid"
51517+
},
51518+
"zindex": {
51519+
"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`.",
51520+
"dflt": 0,
51521+
"editType": "calc",
51522+
"valType": "integer"
5146351523
}
5146451524
},
5146551525
"categories": [
@@ -55511,6 +55571,12 @@
5551155571
"description": "Sets the source reference on Chart Studio Cloud for `y`.",
5551255572
"editType": "none",
5551355573
"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"
5551455580
}
5551555581
},
5551655582
"categories": [
@@ -73408,6 +73474,12 @@
7340873474
"description": "Sets the source reference on Chart Studio Cloud for `y`.",
7340973475
"editType": "none",
7341073476
"valType": "string"
73477+
},
73478+
"zindex": {
73479+
"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`.",
73480+
"dflt": 0,
73481+
"editType": "calc",
73482+
"valType": "integer"
7341173483
}
7341273484
},
7341373485
"categories": [
@@ -75596,6 +75668,12 @@
7559675668
"description": "Sets the source reference on Chart Studio Cloud for `y`.",
7559775669
"editType": "none",
7559875670
"valType": "string"
75671+
},
75672+
"zindex": {
75673+
"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`.",
75674+
"dflt": 0,
75675+
"editType": "calc",
75676+
"valType": "integer"
7559975677
}
7560075678
},
7560175679
"categories": [

0 commit comments

Comments
 (0)