Skip to content

Commit 57452c2

Browse files
update plot-schema diff
1 parent 35268c7 commit 57452c2

File tree

1 file changed

+16
-28
lines changed

1 file changed

+16
-28
lines changed

test/plot-schema.json

+16-28
Original file line numberDiff line numberDiff line change
@@ -9717,25 +9717,19 @@
97179717
"description": "Determines whether long tick labels automatically grow the figure margins.",
97189718
"dflt": false,
97199719
"editType": "ticks",
9720-
"valType": "enumerated",
9721-
"values": [
9720+
"extras": [
97229721
true,
9723-
false,
9722+
false
9723+
],
9724+
"flags": [
97249725
"height",
97259726
"width",
9726-
"top",
9727-
"bottom",
97289727
"left",
97299728
"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-
]
9729+
"top",
9730+
"bottom"
9731+
],
9732+
"valType": "flaglist"
97399733
},
97409734
"autorange": {
97419735
"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*.",
@@ -10974,25 +10968,19 @@
1097410968
"description": "Determines whether long tick labels automatically grow the figure margins.",
1097510969
"dflt": false,
1097610970
"editType": "ticks",
10977-
"valType": "enumerated",
10978-
"values": [
10971+
"extras": [
1097910972
true,
10980-
false,
10973+
false
10974+
],
10975+
"flags": [
1098110976
"height",
1098210977
"width",
10983-
"top",
10984-
"bottom",
1098510978
"left",
1098610979
"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-
]
10980+
"top",
10981+
"bottom"
10982+
],
10983+
"valType": "flaglist"
1099610984
},
1099710985
"autorange": {
1099810986
"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)