grafana/public/app/plugins/panel/stat
Torkel Ödegaard cbe1d7b08c
StatPanel: Fix stat panel display name not showing when explicitly set (#26616)
* StatPanel: Fix stat panel display name now showing when explicitly set

* StatPanel: Updarted auto mode to also take panel title into consideration

* fixed test
2020-07-28 07:28:50 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
module.tsx StatPanel: Option showing name instead of value and more (#25676) 2020-07-01 11:06:21 +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 StatPanel: Option showing name instead of value and more (#25676) 2020-07-01 11:06:21 +02:00
StatMigrations.ts StatPanel: Option showing name instead of value and more (#25676) 2020-07-01 11:06:21 +02:00
StatPanel.tsx StatPanel: Fix stat panel display name not showing when explicitly set (#26616) 2020-07-28 07:28:50 +02:00
types.ts StatPanel: Option showing name instead of value and more (#25676) 2020-07-01 11:06:21 +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/