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

Make offsetGridLines behavior consistent and add new offset option to scales #4545

Merged
merged 4 commits into from Aug 14, 2017

Commits on Aug 10, 2017

  1. Make offsetGridLines behavior consistent and add offset option to…

    … scales
    
    - Remove `chart.isCombo`
    - Remove the includeOffset argument from `getPixelForValue()` and `getPixelForTick()`
    - Add a new `offset` option to scales to add extra space at edges
    - Bar controller automatically calculates the bar width to avoid overlaps
    - When `offsetGridLines` is true, grid lines move to the left by one half of the tick interval, and labels don't move
    - Add tests to the scales and the bar controller
    nagix committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    4440110 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Improve caching with the ruler

    nagix committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    01dc609 View commit details
    Browse the repository at this point in the history
  2. Add getLineValue function

    nagix committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    75c6f6a View commit details
    Browse the repository at this point in the history
  3. Add computeOffsets function

    nagix committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    ef0ba32 View commit details
    Browse the repository at this point in the history