grafana/public/app/plugins/panel/stat
Torkel Ödegaard 08133ea31a
BarGauge: First bar gauge panel option & some refactoring (#23128)
* First bar gauge panel option

* Update doc comments

* Minor changes

* progress

* Fixing typing errors

* Minor type updates

* Fix that TS!

* Bring satisfaction to that beast called typescript

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-03-27 12:38:46 +01:00
..
img StatPanel: Rename singlestat2 to stat (#20651) 2019-11-25 16:13:14 -08:00
module.tsx FieldOverrides: Move FieldConfigSource from fieldOptions to PanelModel.fieldConfig (#22600) 2020-03-19 11:50:31 +01:00
plugin.json StatPanel: change to beta 2019-12-04 21:34:33 +01:00
README.md StatPanel: Rename singlestat2 to stat (#20651) 2019-11-25 16:13:14 -08:00
StatPanel.tsx BarGauge: First bar gauge panel option & some refactoring (#23128) 2020-03-27 12:38:46 +01:00
StatPanelEditor.tsx NewPanelEdit: Organise sidebar in tabs (#22870) 2020-03-20 15:15:04 +01:00
types.ts BarGauge: First bar gauge panel option & some refactoring (#23128) 2020-03-27 12:38:46 +01: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/