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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4464,6 +4464,20 @@
4464
4464
},
4465
4465
"role": "object"
4466
4466
},
4467
+
"autotickangles": {
4468
+
"description": "When `tickangle` is set to *auto*, it will be set to the first angle in this array that is large enough to prevent label overlap.",
4469
+
"dflt": [
4470
+
0,
4471
+
30,
4472
+
90
4473
+
],
4474
+
"editType": "ticks",
4475
+
"freeLength": true,
4476
+
"items": {
4477
+
"valType": "angle"
4478
+
},
4479
+
"valType": "info_array"
4480
+
},
4467
4481
"autotypenumbers": {
4468
4482
"description": "Using *strict* a numeric string in trace data is not converted to a number. Using *convert types* a numeric string in trace data may be treated as a number during automatic axis `type` detection. Defaults to layout.autotypenumbers.",
0 commit comments