Skip to content

Commit c9711dc

Browse files
committed
fixup "role" for ax autorange and rangemode
1 parent 9c2be8d commit c9711dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/cartesian/layout_attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = {
7777
valType: 'enumerated',
7878
values: [true, false, 'reversed'],
7979
dflt: true,
80-
role: 'style',
80+
role: 'info',
8181
editType: 'calc',
8282
impliedEdits: {'range[0]': undefined, 'range[1]': undefined},
8383
description: [
@@ -91,7 +91,7 @@ module.exports = {
9191
valType: 'enumerated',
9292
values: ['normal', 'tozero', 'nonnegative'],
9393
dflt: 'normal',
94-
role: 'style',
94+
role: 'info',
9595
editType: 'plot',
9696
description: [
9797
'If *normal*, the range is computed in relation to the extrema',

0 commit comments

Comments
 (0)