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

Change scale.ticks back to an array of strings #4573

Merged
merged 2 commits into from
Jul 29, 2017

Commits on Jul 27, 2017

  1. Change scale.ticks back to an array of strings

    Internal ticks are now stored as objects in the PRIVATE this._ticks member and must not be accessed directly from outside this class. this.ticks is around for a long time and hasn't been marked as private, so we can't change its structure without unexpected breaking changes. If you need to access the scale ticks, use scale.getTicks() instead.
    simonbrunel committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    39091d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Configuration menu
    Copy the full SHA
    778e49f View commit details
    Browse the repository at this point in the history