Skip to content

Commit f646c15

Browse files
committed
schema update
1 parent 84bd54b commit f646c15

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/plot-schema.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4464,6 +4464,20 @@
44644464
},
44654465
"role": "object"
44664466
},
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+
},
44674481
"autotypenumbers": {
44684482
"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.",
44694483
"dflt": "convert types",

0 commit comments

Comments
 (0)