We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1435c17 commit 1623b11Copy full SHA for 1623b11
src/traces/image/attributes.js
@@ -84,7 +84,11 @@ module.exports = extendFlat({
84
valType: 'any',
85
dflt: 0,
86
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'
+ 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(' ')
92
},
93
y0: {
94
0 commit comments