grafana/public/app/plugins/panel/stat
Tobias Skarhed b34281e250
Forms migration: Old Select to Legacy namespace (#23200)
* Export other components as Legacy

* More Select Legacy

* Add namespacing to more files

* Export new elements

* Move Legacy Select folder

* Let's not forget the scss file

* Move new Select folder

* Move new Select from Forms namespace

* Little oopsie

* Fix errors

* Fix merge issues
2020-04-02 10:57:35 +02:00
..
img StatPanel: Rename singlestat2 to stat (#20651) 2019-11-25 16:13:14 -08:00
module.tsx NewPanelEditor: Options/FieldConfig API for defaults and common options selection (#23214) 2020-04-01 15:33:10 +02: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 StatPanels: Refactoring DisplayValueOptions and renaming & adding new panel options to react panels (#23153) 2020-03-28 23:11:50 +01:00
StatPanelEditor.tsx Forms migration: Old Select to Legacy namespace (#23200) 2020-04-02 10:57:35 +02:00
types.ts NewPanelEditor: Options/FieldConfig API for defaults and common options selection (#23214) 2020-04-01 15:33:10 +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/