Skip to content

Commit 0ed3602

Browse files
update plot-schema diff
1 parent 25a54a2 commit 0ed3602

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

test/plot-schema.json

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9717,7 +9717,25 @@
97179717
"description": "Determines whether long tick labels automatically grow the figure margins.",
97189718
"dflt": false,
97199719
"editType": "ticks",
9720-
"valType": "boolean"
9720+
"valType": "enumerated",
9721+
"values": [
9722+
true,
9723+
false,
9724+
"height",
9725+
"width",
9726+
"top",
9727+
"bottom",
9728+
"left",
9729+
"right",
9730+
"top left",
9731+
"top width",
9732+
"top right",
9733+
"left height",
9734+
"right height",
9735+
"bottom left",
9736+
"bottom width",
9737+
"bottom right"
9738+
]
97219739
},
97229740
"autorange": {
97239741
"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 +10974,25 @@
1095610974
"description": "Determines whether long tick labels automatically grow the figure margins.",
1095710975
"dflt": false,
1095810976
"editType": "ticks",
10959-
"valType": "boolean"
10977+
"valType": "enumerated",
10978+
"values": [
10979+
true,
10980+
false,
10981+
"height",
10982+
"width",
10983+
"top",
10984+
"bottom",
10985+
"left",
10986+
"right",
10987+
"top left",
10988+
"top width",
10989+
"top right",
10990+
"left height",
10991+
"right height",
10992+
"bottom left",
10993+
"bottom width",
10994+
"bottom right"
10995+
]
1096010996
},
1096110997
"autorange": {
1096210998
"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

Comments
 (0)