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 001127b commit e0acefeCopy full SHA for e0acefe
1 file changed
src/plots/cartesian/layout_attributes.js
@@ -317,7 +317,13 @@ module.exports = {
317
arrayOk: true,
318
editType: 'plot',
319
impliedEdits: { 'range[0]': undefined, 'range[1]': undefined },
320
- description: ['Ensure this value is included in autorange.'].join(' ')
+ 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(' ')
327
},
328
editType: 'plot'
329
0 commit comments