Skip to content

Commit fbc01c3

Browse files
committed
autosize: change attribute valType to boolean
1 parent e822ff7 commit fbc01c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/plots/layout_attributes.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ module.exports = {
4545
description: 'Sets the title font.'
4646
}),
4747
autosize: {
48-
valType: 'enumerated',
48+
valType: 'boolean',
4949
role: 'info',
50-
values: [false, true],
5150
dflt: false,
5251
description: [
5352
'Determines whether or not a layout width or height',

0 commit comments

Comments
 (0)