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.mode and ticks.source options #4507

Merged
merged 3 commits into from
Jul 19, 2017

Commits on Jul 18, 2017

  1. New time scale ticks.mode/.source options

    `ticks.source` (`'auto'`(default)|`'labels'`): `auto` generates "optimal" ticks based on min, max and a few more options (current `time` implementation`). `labels` generates ticks from the user given `data.labels` values (two additional trailing and leading ticks can be added if min and max are provided).
    
    `ticks.mode` (`'linear'`(default)|`series`): `series` displays ticks at the same distance from each other, whatever the time value they represent, while `linear` displays them linearly in time: the distance between each tick represent the amount of time between their time values.
    simonbrunel committed Jul 18, 2017
    Configuration menu
    Copy the full SHA
    7c1a823 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Configuration menu
    Copy the full SHA
    acd4146 View commit details
    Browse the repository at this point in the history
  2. Code review

    simonbrunel committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    8bd2422 View commit details
    Browse the repository at this point in the history