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
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13953,6 +13953,19 @@
13953
13953
"allticks"
13954
13954
]
13955
13955
},
13956
+
"modebardisable": {
13957
+
"description": "Disables certain modebar buttons for this axis. *autoscale* disables the autoscale buttons, *zoominout* disables the zoom-in and zoom-out buttons.",
13958
+
"dflt": "none",
13959
+
"editType": "modebar",
13960
+
"extras": [
13961
+
"none"
13962
+
],
13963
+
"flags": [
13964
+
"autoscale",
13965
+
"zoominout"
13966
+
],
13967
+
"valType": "flaglist"
13968
+
},
13956
13969
"nticks": {
13957
13970
"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*.",
13958
13971
"dflt": 0,
@@ -15525,6 +15538,19 @@
15525
15538
"allticks"
15526
15539
]
15527
15540
},
15541
+
"modebardisable": {
15542
+
"description": "Disables certain modebar buttons for this axis. *autoscale* disables the autoscale buttons, *zoominout* disables the zoom-in and zoom-out buttons.",
15543
+
"dflt": "none",
15544
+
"editType": "modebar",
15545
+
"extras": [
15546
+
"none"
15547
+
],
15548
+
"flags": [
15549
+
"autoscale",
15550
+
"zoominout"
15551
+
],
15552
+
"valType": "flaglist"
15553
+
},
15528
15554
"nticks": {
15529
15555
"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