grafana/public/app/plugins/panel/stat
Ryan McKinley d1b230f84a
Chore: upgrade to Typescript 3.9.3 (#25154)
* upgrade to typescript 3.9.3

* Fix errors that surfaced with update

* Null check fixs

* FIx null checks

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-06-17 12:26:01 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
module.tsx Minor UI touches (#24371) 2020-05-08 12:40:42 +02:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
README.md StatPanel: Rename singlestat2 to stat (#20651) 2019-11-25 16:13:14 -08:00
StatMigrations.test.ts Singlestat: Adds migration button and logic to migrate singlestat to stat panel (#23845) 2020-04-25 11:00:27 +02:00
StatMigrations.ts Singlestat: Adds migration button and logic to migrate singlestat to stat panel (#23845) 2020-04-25 11:00:27 +02:00
StatPanel.tsx Chore: upgrade to Typescript 3.9.3 (#25154) 2020-06-17 12:26:01 +02:00
types.ts Stats: include all fields (#24829) 2020-05-29 12:36:15 -07: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/