Skip to content

Commit e0acefe

Browse files
committed
Improve description
1 parent 001127b commit e0acefe

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/plots/cartesian/layout_attributes.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,13 @@ module.exports = {
317317
arrayOk: true,
318318
editType: 'plot',
319319
impliedEdits: { 'range[0]': undefined, 'range[1]': undefined },
320-
description: ['Ensure this value is included in autorange.'].join(' ')
320+
description: [
321+
'Extends the autorange to include this value or array of values,',
322+
'even when they fall outside the data range.',
323+
'Has no effect on endpoints set by `autorangeoptions.minallowed`',
324+
'or `autorangeoptions.maxallowed`.',
325+
'Subject to `autorangeoptions.clipmin` and `autorangeoptions.clipmax`.'
326+
].join(' ')
321327
},
322328
editType: 'plot'
323329
},

0 commit comments

Comments
 (0)