You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/plot-schema.json
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14959,6 +14959,16 @@
14959
14959
"editType": "ticks",
14960
14960
"valType": "color"
14961
14961
},
14962
+
"zerolinelayer": {
14963
+
"description": "Sets the layer on which this zeroline is displayed. If *above traces*, this zeroline is displayed above all the subplot's traces If *below traces*, this zeroline is displayed below all the subplot's traces, but above the grid lines.",
14964
+
"dflt": "below traces",
14965
+
"editType": "plot",
14966
+
"valType": "enumerated",
14967
+
"values": [
14968
+
"above traces",
14969
+
"below traces"
14970
+
]
14971
+
},
14962
14972
"zerolinewidth": {
14963
14973
"description": "Sets the width (in px) of the zero line.",
14964
14974
"dflt": 1,
@@ -16193,6 +16203,16 @@
16193
16203
"editType": "ticks",
16194
16204
"valType": "color"
16195
16205
},
16206
+
"zerolinelayer": {
16207
+
"description": "Sets the layer on which this zeroline is displayed. If *above traces*, this zeroline is displayed above all the subplot's traces If *below traces*, this zeroline is displayed below all the subplot's traces, but above the grid lines.",
16208
+
"dflt": "below traces",
16209
+
"editType": "plot",
16210
+
"valType": "enumerated",
16211
+
"values": [
16212
+
"above traces",
16213
+
"below traces"
16214
+
]
16215
+
},
16196
16216
"zerolinewidth": {
16197
16217
"description": "Sets the width (in px) of the zero line.",
0 commit comments