Skip to content

Commit 3b6b81a

Browse files
Changes requested by @etpinard
1 parent fe83e07 commit 3b6b81a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/rangeslider/range_attributes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ module.exports = {
2121
'when zooming in/out.',
2222
'If *auto*, the autorange will be used.',
2323
'If *fixed*, the `range` is used.',
24-
'If *match*, the current range is used.'
24+
'If *match*, the current range of the corresponding y-axis on the main subplot is used.'
2525
].join(' ')
2626
},
2727
range: {
2828
valType: 'info_array',
2929
role: 'style',
3030
items: [
31-
{valType: 'any', editType: 'calc'},
32-
{valType: 'any', editType: 'calc'}
31+
{valType: 'any', editType: 'plot'},
32+
{valType: 'any', editType: 'plot'}
3333
],
3434
editType: 'calc',
3535
description: [

0 commit comments

Comments
 (0)