grafana/public/app/plugins/panel/singlestat
Ryan McKinley 3f15170914 Refactor: move some files to @grafana/data (#17952)
* moving to data WIP

* more refactoring

* add missing test

* mock full path

* remove sinon from grafana-ui
2019-07-06 08:05:53 +02:00
..
img updated singlestat logo 2018-10-27 15:13:57 +02:00
specs Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +02:00
editor.html Singlestat: Add y min/max config to singlestat sparklines (#17527) 2019-06-11 21:39:09 +02:00
mappings.html Styling: Aligned heading (#16456) 2019-04-09 12:41:02 +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 Refactor: move some files to @grafana/data (#17952) 2019-07-06 08:05:53 +02:00
plugin.json Plugins: Remove dataFormats key and add skipDataQuery (#16984) 2019-05-10 07:46:14 +02: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/