Skip to content

Commit 6ad80ab

Browse files
committed
image: document smart layout default to constrain to domain
1 parent 2306880 commit 6ad80ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/traces/image/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ module.exports = {
2828
'If only images are displayed in a subplot,',
2929
'the y axis will be reversed (ie. `autorange: \'reversed\'`)',
3030
'and it will have the same scale as the x axis (ie. `scaleanchor: \'x\,`)',
31-
'in order for pixels to be rendered as squares.'
31+
'in order for pixels to be rendered as squares and',
32+
'the y axis is constrained to the domain (ie. `constrain: \'domain\'`).'
3233
].join(' ')
3334
}
3435
};

0 commit comments

Comments
 (0)