grafana/public/app/plugins/panel/singlestat2
2019-08-02 13:20:38 +02:00
..
img revert most options sharing 2019-03-14 13:20:24 -07:00
ColoringEditor.tsx Feat: Singlestat panel react progress & refactorings (#16039) 2019-03-28 14:57:49 +01:00
FontSizeEditor.tsx Registry: add a reusable function registry (#17047) 2019-07-16 11:40:23 -07:00
module.tsx Plugins: ReactPanelPlugin to VizPanelPlugin (#16779) 2019-04-26 19:16:38 +02:00
plugin.json Plugins: Remove dataFormats key and add skipDataQuery (#16984) 2019-05-10 07:46:14 +02:00
README.md revert most options sharing 2019-03-14 13:20:24 -07:00
SingleStatEditor.tsx FieldDisplay: move threshold and mapping to Field (#17043) 2019-07-12 08:32:39 -07:00
SingleStatPanel.tsx FieldDisplay: shared options model for singlestat panels (#16703) 2019-05-04 10:08:48 +02:00
SparklineEditor.tsx Feat: Singlestat panel react progress & refactorings (#16039) 2019-03-28 14:57:49 +01:00
types.ts Gauges: Fixes error when mappings array was undefined (#18353) 2019-08-02 13:20:38 +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/