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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10001,7 +10001,7 @@
10001
10001
},
10002
10002
"nticks": {
10003
10003
"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,
10005
10005
"editType": "ticks",
10006
10006
"min": 0,
10007
10007
"valType": "integer"
@@ -11240,7 +11240,7 @@
11240
11240
},
11241
11241
"nticks": {
11242
11242
"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