grafana/public/app/plugins/panel/graph
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
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs Refactor: flexible Y-Min and Y-Max settings (#6051) 2016-09-15 21:03:54 +02:00
graph_tooltip.d.ts feat(plugins): work on plugin directive loading 2016-01-14 13:21:05 +01:00
graph_tooltip.js fix(graph): fixed issue with tooltip introduced in recent commit 2016-08-14 13:18:23 +02:00
graph.js Refactor: flexible Y-Min and Y-Max settings (#6051) 2016-09-15 21:03:54 +02:00
jquery.flot.events.js fix(flot): fixed flot issue introduced in alerting branch 2016-06-28 14:04:29 -07:00
legend.js fix(graph): fixed color picker appearingunder pinned side nav, fixes #4556 2016-04-12 11:07:34 -04:00
module.ts tech(lodash): began migration work 2016-09-13 22:10:44 +02:00
plugin.json added new icons for default panels 2016-03-24 16:14:51 -04:00
README.md feat(plugins): adds a readme for every native plugin 2016-03-30 23:33:30 +02:00
series_overrides_ctrl.js fix z-index order in Series Overrides 2016-06-20 20:54:01 -04:00
tab_axes.html Refactor: flexible Y-Min and Y-Max settings (#6051) 2016-09-15 21:03:54 +02:00
tab_display.html feat(alerting): disable visual thresholds while alert is enabled 2016-08-12 13:19:06 +02:00
tab_legend.html fix(graph panel): Fixed legend option max not updating, fixes #4601 2016-04-07 10:57:55 -04:00
template.ts fix(graph): fixed issue with graph and legend to the right in snapshots, closes #4400 2016-03-20 11:17:53 +01:00
threshold_manager.ts feat(alerting): working on alert state filters for alert list 2016-08-17 11:00:00 +02:00
thresholds_form.ts feat(alerting): disable visual thresholds while alert is enabled 2016-08-12 13:19:06 +02:00

Graph Panel - Native Plugin

The Graph is the main graph panel and is included with Grafana. It provides a very rich set of graphing options.

Read more about it here:

http://docs.grafana.org/reference/graph/