Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting handles of a range slider programatically doesn't work #31

Open
wahlatlas opened this issue Mar 4, 2015 · 0 comments
Open

Setting handles of a range slider programatically doesn't work #31

wahlatlas opened this issue Mar 4, 2015 · 0 comments

Comments

@wahlatlas
Copy link

it looks like when you try to set handles of a range slider programatically you can't use an array for the value, as would be expected when you set up the thing e.g.

rangeSlider.value([25, 75])

however you can move one slider handle by

rangeSlider.value(25)

but that defeats the purpose of a range slider, as the other handle can't be controlled at all.

This slider is such a valueable addition to the d3js toolkit that I hope it will find some skilled developers to contribute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant