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
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10700,8 +10700,11 @@
10700
10700
"role": "object"
10701
10701
},
10702
10702
"autotickangles": {
10703
-
"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. If undefined, tickangle *auto* will instead choose between 30 and 90 degrees.",
10704
-
"dflt": null,
10703
+
"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.",
10704
+
"dflt": [
10705
+
30,
10706
+
90
10707
+
],
10705
10708
"editType": "ticks",
10706
10709
"freeLength": true,
10707
10710
"items": {
@@ -12050,8 +12053,11 @@
12050
12053
"valType": "boolean"
12051
12054
},
12052
12055
"autotickangles": {
12053
-
"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. If undefined, tickangle *auto* will instead choose between 30 and 90 degrees.",
12054
-
"dflt": null,
12056
+
"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.",
0 commit comments