Skip to content

Commit 6878acd

Browse files
committed
update schema
1 parent 77ab9ab commit 6878acd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

test/plot-schema.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13953,6 +13953,19 @@
1395313953
"allticks"
1395413954
]
1395513955
},
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+
},
1395613969
"nticks": {
1395713970
"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*.",
1395813971
"dflt": 0,
@@ -15525,6 +15538,19 @@
1552515538
"allticks"
1552615539
]
1552715540
},
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+
},
1552815554
"nticks": {
1552915555
"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*.",
1553015556
"dflt": 0,

0 commit comments

Comments
 (0)