Skip to content

Commit dd4880b

Browse files
committed
make y position 1.02 by default
1 parent ec0771a commit dd4880b

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
@@ -53,7 +53,7 @@ module.exports = {
5353
valType: 'number',
5454
min: -2,
5555
max: 3,
56-
dflt: 1,
56+
dflt: 1.02,
5757
role: 'style',
5858
description: 'Sets the y position (in normalized coordinates) of the range selector.'
5959
},

0 commit comments

Comments
 (0)