Skip to content

Commit 574a6b3

Browse files
committed
change default yanchor to 'bottom'
1 parent c9f76ab commit 574a6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/rangeselector/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = {
6060
yanchor: {
6161
valType: 'enumerated',
6262
values: ['auto', 'top', 'middle', 'bottom'],
63-
dflt: 'auto',
63+
dflt: 'bottom',
6464
role: 'info',
6565
description: [
6666
'Sets the range selector\'s vertical position anchor',

0 commit comments

Comments
 (0)