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

Adjust the size of rectRounded/rectRot points to fit the circle with pointRadius #5858

Merged
merged 1 commit into from Nov 28, 2018

Commits on Nov 27, 2018

  1. Adjust the size of rectRounded/rectRot point to fit pointRadius

    - Calculate the vertices of the shapes so that they are inscribed in the circle that has the radius of `pointRadius`
    - Remove `translate()` and `rotate()` to fix the regression introduced by chartjs#5319
    - Refactor `rectRounded` for better performance
    nagix committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    85b8440 View commit details
    Browse the repository at this point in the history