grafana/public
Alexander Zobnin 4fa22e2158 Refactor: flexible Y-Min and Y-Max settings (#6051)
* 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

* Use parseFloat instead of implicit conversion

* feat(flexible_y-min/max): refactor.

* feat(flexible_y-min/max): added more tests.
2016-09-15 21:03:54 +02:00
..
app Refactor: flexible Y-Min and Y-Max settings (#6051) 2016-09-15 21:03:54 +02:00
dashboards feat(export): export dashboard modal 2016-05-17 11:17:11 +02:00
emails feat(emails): move bg color to main table 2016-09-08 09:59:51 +02:00
fonts old grafana wordmark was still showing on login and sidebar (#4972) 2016-05-11 09:08:25 +02:00
img feat(alerting): add image for howto popup 2016-08-18 18:36:58 +02:00
sass feat(alerting): progress on handling no data in alert query, #5860 2016-09-06 20:40:12 +02:00
test tech(lodash): began migration work 2016-09-13 22:10:44 +02:00
vendor tech(lib upgrade): fixed issue with angular 1.5.8, so can revert revert of upgrade, that is we are no on latest angularjs, #6022 2016-09-14 10:45:56 +02:00
views Merge branch 'v3.1.x' 2016-08-01 12:23:36 +02:00
robots.txt add support for robots.txt file 2015-06-15 19:02:38 -04:00