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

Linear scale with min/max/stepSize set should use all 3 if the range fit #6966

Merged
merged 1 commit into from
Jan 18, 2020

Conversation

etimberg
Copy link
Member

@etimberg etimberg commented Jan 16, 2020

When (max - min) / stepSize is an integer, we can do a very simple tick generation method.

Resolves #5644 and ensures that @kurkle's workaround in #4234 (comment) will always work.

…fits

When (max - min) / stepSize is an integer, we can do a very simple
tick generation method.
@etimberg etimberg added this to the Version 3.0 milestone Jan 16, 2020
@etimberg etimberg merged commit b097fe4 into chartjs:master Jan 18, 2020
@etimberg etimberg deleted the alternate-linear-tick-mode branch January 19, 2020 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stepsize not working when min is specified
3 participants