Skip to content

Commit c6a147f

Browse files
archmojLiamConnors
andauthored
Update src/plots/cartesian/layout_attributes.js
Co-authored-by: Liam Connors <liam@plot.ly>
1 parent 8e707c6 commit c6a147f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ module.exports = {
280280
'Determines whether or not the range of this axis is',
281281
'computed in relation to the input data.',
282282
'See `rangemode` for more info.',
283-
'If `range` is provided, then `autorange` is set to *false*.',
283+
'If `range` is provided and it has a value for both the',
284+
' lower and upper bound, `autorange` is set to *false*.',
284285
'Using *min* applies autorange only to set the minimum.',
285286
'Using *max* applies autorange only to set the maximum.',
286287
'Using *min reversed* applies autorange only to set the minimum on a reversed axis.',

0 commit comments

Comments
 (0)