Skip to content

Commit 80d612e

Browse files
committed
update schema change
1 parent 3049e72 commit 80d612e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/plot-schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35043,7 +35043,7 @@
3504335043
]
3504435044
},
3504535045
"x0": {
35046-
"description": "Set the image's x position.",
35046+
"description": "Set the image's x position. The left edge of the image (or the right edge if the x axis is reversed or dx is negative) will be found at xmin=x0-dx/2",
3504735047
"dflt": 0,
3504835048
"editType": "calc+clearAxisTypes",
3504935049
"valType": "any"
@@ -35055,7 +35055,7 @@
3505535055
"valType": "subplotid"
3505635056
},
3505735057
"y0": {
35058-
"description": "Set the image's y position.",
35058+
"description": "Set the image's y position. The top edge of the image (or the bottom edge if the y axis is NOT reversed or if dy is negative) will be found at ymin=y0-dy/2. By default when an image trace is included, the y axis will be reversed so that the image is right-side-up, but you can disable this by setting yaxis.autorange=true or by providing an explicit y axis range.",
3505935059
"dflt": 0,
3506035060
"editType": "calc+clearAxisTypes",
3506135061
"valType": "any"

0 commit comments

Comments
 (0)