We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2306880 commit 6ad80abCopy full SHA for 6ad80ab
src/traces/image/index.js
@@ -28,7 +28,8 @@ module.exports = {
28
'If only images are displayed in a subplot,',
29
'the y axis will be reversed (ie. `autorange: \'reversed\'`)',
30
'and it will have the same scale as the x axis (ie. `scaleanchor: \'x\,`)',
31
- 'in order for pixels to be rendered as squares.'
+ 'in order for pixels to be rendered as squares and',
32
+ 'the y axis is constrained to the domain (ie. `constrain: \'domain\'`).'
33
].join(' ')
34
}
35
};
0 commit comments