Skip to content

Rangeslider data conversion #441

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

Merged
merged 2 commits into from
Apr 19, 2016
Merged

Rangeslider data conversion #441

merged 2 commits into from
Apr 19, 2016

Conversation

mdtusz
Copy link
Contributor

@mdtusz mdtusz commented Apr 18, 2016

Previously, range sliders did the conversion of data to points on it's own. This changes it so that the slider will use the existing axis data conversion methods and work when only a single axis' data is given e.g.

data = [{ x: [1,2,3] }]

Fixes #435

@mdtusz mdtusz added bug something broken status: reviewable and removed status: reviewable labels Apr 18, 2016
@mdtusz mdtusz force-pushed the rangeslider-datafix branch 2 times, most recently from 2aedde7 to fb640f6 Compare April 18, 2016 22:26
@etpinard
Copy link
Contributor

💃 nicely done

@mdtusz mdtusz merged commit 440f815 into master Apr 19, 2016
@mdtusz mdtusz deleted the rangeslider-datafix branch April 19, 2016 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants