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 fe83e07 commit 3b6b81aCopy full SHA for 3b6b81a
src/components/rangeslider/range_attributes.js
@@ -21,15 +21,15 @@ module.exports = {
21
'when zooming in/out.',
22
'If *auto*, the autorange will be used.',
23
'If *fixed*, the `range` is used.',
24
- 'If *match*, the current range is used.'
+ 'If *match*, the current range of the corresponding y-axis on the main subplot is used.'
25
].join(' ')
26
},
27
range: {
28
valType: 'info_array',
29
role: 'style',
30
items: [
31
- {valType: 'any', editType: 'calc'},
32
- {valType: 'any', editType: 'calc'}
+ {valType: 'any', editType: 'plot'},
+ {valType: 'any', editType: 'plot'}
33
],
34
editType: 'calc',
35
description: [
0 commit comments