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

Fix the rounding issue of floating point numbers in category scale #5880

Merged
merged 1 commit into from Dec 9, 2018

Commits on Dec 6, 2018

  1. Fix the rounding issue of floating point numbers in category scale

    - Remove `Math.round` in the category scale code
    - Add `helpers._alignPixel` to align grid/tick/axis border lines
    - Fix grid/tick/axis border line calculation
    - Add a check of the width of the axis border
    - Refactor core.scale code
    nagix committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    9e7a4cc View commit details
    Browse the repository at this point in the history