grafana/public/app/plugins/panel/singlestat
Daniel Lee 7b768bca3f singlestat: change threshold check in flot gauge
Fixes #5515. Flot gauge has its own threshold check that is different
from the threshold check in singlestat. This changes the flot check to
be exclusive (same as the singlestat check). E.g. if the threshold is
10, then the value 10 is over the threshold.
2017-07-27 14:34:29 +02:00
..
img added new icons for default panels 2016-03-24 16:14:51 -04:00
specs singlestat: change threshold check in flot gauge 2017-07-27 14:34:29 +02:00
editor.html singlestat: add support for table data 2017-04-21 16:17:31 +02:00
mappings.html Fixed singlestat mapping typo (#5070) 2016-05-18 07:44:01 +02:00
module.html fix(panel height): fixed issue with singlestat height, fixes #4679, fixes #4894, fixes #5113 2016-05-20 12:23:26 +02:00
module.ts singlestat: fix ignoring zero value for table data 2017-06-08 11:06:37 +02:00
plugin.json chore: update all grafana.org urls to .com 2017-03-21 15:37:55 +01:00
README.md feat(plugins): adds a readme for every native plugin 2016-03-30 23:33:30 +02:00

Singlestat Panel - Native Plugin

The Singlestat Panel is included with Grafana.

The Singlestat Panel allows you to show the one main summary stat of a SINGLE series. It reduces the series into a single number (by looking at the max, min, average, or sum of values in the series). Singlestat also provides thresholds to color the stat or the Panel background. It can also translate the single number into a text value, and show a sparkline summary of the series.

Read more about it here:

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