grafana/public/app/plugins/panel/singlestat2
2019-05-10 07:46:14 +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 Refactor: Make SelectOptionItem a generic type to enable select value typing (#16718) 2019-04-23 20:44:16 +02: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: Don't use group ui elements in field editors (#16953) 2019-05-08 17:25:41 +02: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 FieldDisplay: shared options model for singlestat panels (#16703) 2019-05-04 10:08:48 +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/