Skip to content

Commit 1623b11

Browse files
Update src/traces/image/attributes.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent 1435c17 commit 1623b11

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/traces/image/attributes.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ module.exports = extendFlat({
8484
valType: 'any',
8585
dflt: 0,
8686
editType: 'calc+clearAxisTypes',
87-
description: 'Set the image\'s x position. The bottom left corner of the image will be found at xmin=x0-dx/2'
87+
description: [
88+
'Set the image\'s x position. The left edge of the image',
89+
'(or the right edge if the x axis is reversed or dx is negative)',
90+
'will be found at xmin=x0-dx/2'
91+
].join(' ')
8892
},
8993
y0: {
9094
valType: 'any',

0 commit comments

Comments
 (0)