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

Include 0 as max in elastic axis if all values are negative #1156

Closed
wants to merge 4 commits into from

Commits on Jun 20, 2016

  1. Fix: use 0 as y axis max in stackMixin charts with elasticY when all …

    …values negative
    
    Use the same algorithm as for the y axis minimum in stackMixin, so that
    zero is always included in the y axis domain.
    sebgrohn committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    b1818b5 View commit details
    Browse the repository at this point in the history
  2. Fix: use 0 as x axis max in row charts with elasticX when all values …

    …are negative
    
    Do the same check in rowChart for the x axis maximum as for the
    minimum, so that zero is always included in the x axis domain.
    sebgrohn committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    341b554 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b05902c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b00123 View commit details
    Browse the repository at this point in the history