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

Corrected bug with tick labels fix #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gchadder3
Copy link
Member

I made a change in src/core/axis.js so that tick values and tick format lists get zipped together and the items are sorted by tick values ascending order and the tick values and formats pulled out of the zipped list. This removes the problem that occurs when mpld3.fig_to_dict() passes to the browser tick values that are out of order, which causes confusion and erroneous translation of the tick labels.

I did not change the version number; it's still 0.3.1.dev1.

vladh pushed a commit that referenced this pull request Mar 13, 2019
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.

1 participant