-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
[BUG] Tick documentation is missing autoSkipPadding #3490
Milestone
Comments
@bretjb I would be happy to look at a PR for this |
etimberg
pushed a commit
that referenced
this issue
Oct 25, 2016
Adding a single line to the docs to document autoSkipPadding.
etimberg
added a commit
that referenced
this issue
Jan 8, 2017
etimberg
added a commit
that referenced
this issue
Feb 18, 2017
Fixed in #3751 |
exwm
pushed a commit
to exwm/Chart.js
that referenced
this issue
Apr 30, 2021
Adding a single line to the docs to document autoSkipPadding.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, there is an undocumented feature that will increase the padding between ticks when auto skip is enabled and it has been activated.
Current Behavior
autoSkipPadding is not included in the documentation, but it is in the tests and in source where it is used in calculating where ticks should be drawn on the canvas.
Expected Behavior & Possible Solution
The tick documentation should have something like the following in the Scales documentation, under 'Ticks'
autoSkipPadding: number - padding between ticks on the same axis when values have been skipped.
Environment
Notes
If this is accepted as a bug, I can submit a PR with a fix. :) Thanks
The text was updated successfully, but these errors were encountered: