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
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13912,6 +13912,20 @@
13912
13912
"allticks"
13913
13913
]
13914
13914
},
13915
+
"modebarbuttons": {
13916
+
"description": "Determines which modebar buttons impact this axis. *auto* allows the autoscale buttons, *inout* allows the zoom-in and zoom-out buttons.",
13917
+
"dflt": "all",
13918
+
"editType": "modebar",
13919
+
"extras": [
13920
+
"all",
13921
+
"none"
13922
+
],
13923
+
"flags": [
13924
+
"auto",
13925
+
"inout"
13926
+
],
13927
+
"valType": "flaglist"
13928
+
},
13915
13929
"nticks": {
13916
13930
"description": "Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to `nticks`. Has an effect only if `tickmode` is set to *auto*.",
13917
13931
"dflt": 0,
@@ -15463,6 +15477,20 @@
15463
15477
"allticks"
15464
15478
]
15465
15479
},
15480
+
"modebarbuttons": {
15481
+
"description": "Determines which modebar buttons impact this axis. *auto* allows the autoscale buttons, *inout* allows the zoom-in and zoom-out buttons.",
15482
+
"dflt": "all",
15483
+
"editType": "modebar",
15484
+
"extras": [
15485
+
"all",
15486
+
"none"
15487
+
],
15488
+
"flags": [
15489
+
"auto",
15490
+
"inout"
15491
+
],
15492
+
"valType": "flaglist"
15493
+
},
15466
15494
"nticks": {
15467
15495
"description": "Specifies the maximum number of ticks for the particular axis. The actual number of ticks will be chosen automatically to be less than or equal to `nticks`. Has an effect only if `tickmode` is set to *auto*.",
0 commit comments