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

Refactor: flexible Y-Min and Y-Max settings #6051

Merged
merged 5 commits into from Sep 15, 2016

Commits on Aug 12, 2016

  1. Feature: Flexible Y-Min and Y-Max settings.

    Y-Min and Y-Max is now string.
    New usage for both Y-Min and Y-Max (Where X is a real number):
      >X Y-Max/Y-Max is auto if data is above X else X
      <X Y-Max/Y-Min is auto if data is below X else X
      =X Y-Max/Y-Min is scaled to current value +/- X
      ~X Y-Max/Y-Min is caled to average value +/- X
    
    Example: Y-Min: <100 Y-Max: >200
    If all points are within 100 and 200: Y-Min is 100 and Y-Max is 200
    If some points are above 200: Y-Min is 100 and Y-Max is auto
    If some points are below 100: Y-Min is auto and Y-Max is 200
    if some points are below 100 and above 200: Y-Min and Y-Max is auto
    
    Tests for new settings added
    thoj committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    839b320 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56710c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Merge branch 'autoscaling-min-span' of https://github.com/thoj/grafana

    …into thoj-autoscaling-min-span
    alexanderzobnin committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    8db812b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7b95f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c30d14c View commit details
    Browse the repository at this point in the history