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

New time scale ticks.bounds option #4556

Merged
merged 1 commit into from Jul 25, 2017

Commits on Jul 24, 2017

  1. New time scale ticks.bounds option

    `ticks.bounds` (`'data'`(default)|`'label'`): `data` preserves the data range while `labels` ensures that all labels are visible. This option is bypassed by the min/max time options.
    
    Remove the useless time scale `_model` object containing private members: instead, make these members private (prefixed by `_`) part of the scale.
    simonbrunel committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    92809e2 View commit details
    Browse the repository at this point in the history