Skip to content

Commit 49ddf46

Browse files
committed
Update plot schema and baseline
1 parent 085c2b7 commit 49ddf46

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed
Loading

test/plot-schema.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9976,6 +9976,12 @@
99769976
"reversed"
99779977
]
99789978
},
9979+
"autoshift": {
9980+
"description": "Automatically reposition the axis to avoid overlap with other axes with the same `overlaying` value. This repositioning will account for any `shift` amount applied to other axes on the same side with `autoshift=true`. Only has an effect if `anchor` is set to *free*.",
9981+
"dflt": false,
9982+
"editType": "plot",
9983+
"valType": "boolean"
9984+
},
99799985
"autotypenumbers": {
99809986
"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.",
99819987
"dflt": "convert types",
@@ -10736,10 +10742,9 @@
1073610742
"valType": "boolean"
1073710743
},
1073810744
"shift": {
10739-
"description": "Shift the positioning of this axis in pixels relative to where it would have been given the default `position`. If set to `true` then the axis will be automatically shifted so as not to overlap with other axes with the same `overlaying` value. Only has an effect if `anchor` is set to *free*.",
10740-
"dflt": false,
10745+
"description": "Moves the axis a given number of pixels from where it would have been otherwise. If `shiftauto=true`, then this defaults to a padding of `-3` if `side=left` and `+3` if `side=right`. Defaults to `0` if `shiftauto=false`. Only has an effect if `anchor` is set to *free*.",
1074110746
"editType": "plot",
10742-
"valType": "any"
10747+
"valType": "number"
1074310748
},
1074410749
"showdividers": {
1074510750
"description": "Determines whether or not a dividers are drawn between the category levels of this axis. Only has an effect on *multicategory* axes.",
@@ -11233,6 +11238,12 @@
1123311238
"reversed"
1123411239
]
1123511240
},
11241+
"autoshift": {
11242+
"description": "Automatically reposition the axis to avoid overlap with other axes with the same `overlaying` value. This repositioning will account for any `shift` amount applied to other axes on the same side with `autoshift=true`. Only has an effect if `anchor` is set to *free*.",
11243+
"dflt": false,
11244+
"editType": "plot",
11245+
"valType": "boolean"
11246+
},
1123611247
"autotypenumbers": {
1123711248
"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.",
1123811249
"dflt": "convert types",
@@ -11739,10 +11750,9 @@
1173911750
"valType": "boolean"
1174011751
},
1174111752
"shift": {
11742-
"description": "Shift the positioning of this axis in pixels relative to where it would have been given the default `position`. If set to `true` then the axis will be automatically shifted so as not to overlap with other axes with the same `overlaying` value. Only has an effect if `anchor` is set to *free*.",
11743-
"dflt": false,
11753+
"description": "Moves the axis a given number of pixels from where it would have been otherwise. If `shiftauto=true`, then this defaults to a padding of `-3` if `side=left` and `+3` if `side=right`. Defaults to `0` if `shiftauto=false`. Only has an effect if `anchor` is set to *free*.",
1174411754
"editType": "plot",
11745-
"valType": "any"
11755+
"valType": "number"
1174611756
},
1174711757
"showdividers": {
1174811758
"description": "Determines whether or not a dividers are drawn between the category levels of this axis. Only has an effect on *multicategory* axes.",

0 commit comments

Comments
 (0)