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
- Add flaglist options including "left", "right", "top", "bottom", "width" and "height" to control the direction of `automargin` on cartesian axes [[#6193](https://github.com/plotly/plotly.js/pull/6193)]
Copy file name to clipboardExpand all lines: test/plot-schema.json
+26-2
Original file line number
Diff line number
Diff line change
@@ -9717,7 +9717,19 @@
9717
9717
"description": "Determines whether long tick labels automatically grow the figure margins.",
9718
9718
"dflt": false,
9719
9719
"editType": "ticks",
9720
-
"valType": "boolean"
9720
+
"extras": [
9721
+
true,
9722
+
false
9723
+
],
9724
+
"flags": [
9725
+
"height",
9726
+
"width",
9727
+
"left",
9728
+
"right",
9729
+
"top",
9730
+
"bottom"
9731
+
],
9732
+
"valType": "flaglist"
9721
9733
},
9722
9734
"autorange": {
9723
9735
"description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*.",
@@ -10956,7 +10968,19 @@
10956
10968
"description": "Determines whether long tick labels automatically grow the figure margins.",
10957
10969
"dflt": false,
10958
10970
"editType": "ticks",
10959
-
"valType": "boolean"
10971
+
"extras": [
10972
+
true,
10973
+
false
10974
+
],
10975
+
"flags": [
10976
+
"height",
10977
+
"width",
10978
+
"left",
10979
+
"right",
10980
+
"top",
10981
+
"bottom"
10982
+
],
10983
+
"valType": "flaglist"
10960
10984
},
10961
10985
"autorange": {
10962
10986
"description": "Determines whether or not the range of this axis is computed in relation to the input data. See `rangemode` for more info. If `range` is provided, then `autorange` is set to *false*.",
0 commit comments