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

Build controllers before scales are updated to ensure scale IDs are correct #1755

Merged
merged 2 commits into from
Dec 12, 2015

Conversation

etimberg
Copy link
Member

@etimberg etimberg commented Dec 9, 2015

When only the dataset array changes scales did not update correctly. This was due to the fact that the new datasets did not have scale IDs yet. By building the controllers first, the IDs are mapped if necessary. Then we can correctly update scales.

Fixes #1725

…This was due to the fact that the new datasets did not have scale IDs yet. By building the controllers first, the IDs are mapped if necessary. Then we can correctly update scales.
@davis
Copy link
Contributor

davis commented Dec 9, 2015

Awesome. Thanks for finding the issue!

Conflicts:
	src/core/core.controller.js
etimberg added a commit that referenced this pull request Dec 12, 2015
Build controllers before scales are updated to ensure scale IDs are correct
@etimberg etimberg merged commit 47d04ce into v2.0-dev Dec 12, 2015
@etimberg etimberg deleted the fix/1725 branch December 12, 2015 14:06
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

Successfully merging this pull request may close these issues.

2 participants