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

sort axis tick numbers in numeric order #481

Merged
merged 1 commit into from May 23, 2016

Conversation

hkwi
Copy link
Contributor

@hkwi hkwi commented May 15, 2016

Array.sort sorts in alphabetical order by default, and the visual gets corrupted. This happens with values like [0,1,2,3,4,5,6,7,8,9,10,11].sort()

Array.sort sorts in alphabetical order by default, and the visual
gets corrupted. This happens with values like
[0,1,2,3,4,5,6,7,8,9,10,11].sort()
@davelandry davelandry merged commit 1527e34 into d3plus:master May 23, 2016
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.

None yet

2 participants