Skip to content

Commit 26d4998

Browse files
committed
update schema
1 parent 25d2fe8 commit 26d4998

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/plot-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10001,7 +10001,7 @@
1000110001
},
1000210002
"nticks": {
1000310003
"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*.",
10004-
"dflt": 0,
10004+
"dflt": 5,
1000510005
"editType": "ticks",
1000610006
"min": 0,
1000710007
"valType": "integer"
@@ -11240,7 +11240,7 @@
1124011240
},
1124111241
"nticks": {
1124211242
"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*.",
11243-
"dflt": 0,
11243+
"dflt": 5,
1124411244
"editType": "ticks",
1124511245
"min": 0,
1124611246
"valType": "integer"

0 commit comments

Comments
 (0)