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 8e707c6 commit c6a147fCopy full SHA for c6a147f
src/plots/cartesian/layout_attributes.js
@@ -280,7 +280,8 @@ module.exports = {
280
'Determines whether or not the range of this axis is',
281
'computed in relation to the input data.',
282
'See `rangemode` for more info.',
283
- 'If `range` is provided, then `autorange` is set to *false*.',
+ 'If `range` is provided and it has a value for both the',
284
+ ' lower and upper bound, `autorange` is set to *false*.',
285
'Using *min* applies autorange only to set the minimum.',
286
'Using *max* applies autorange only to set the maximum.',
287
'Using *min reversed* applies autorange only to set the minimum on a reversed axis.',
0 commit comments