grafana/public/app/plugins/panel/singlestat
Torkel Ödegaard 8de10a8b9f
Field: UI & Code consistency Title -> Display name (#24507)
* Field: Change getFieldTitle to getFieldDisplayNamne and change the NAME of the title field config from Title to Display name

* Review feedback

* fixed unit tests

* Rename fieldConfig.title to displayName

* Fixed tests

* Added migration

* Renamed getFrameDisplayTitle to getFrameDisplayName
2020-05-12 13:52:53 +02:00
..
img updated singlestat logo 2018-10-27 15:13:57 +02:00
specs Field: UI & Code consistency Title -> Display name (#24507) 2020-05-12 13:52:53 +02:00
editor.html Singlestat: Adds migration button and logic to migrate singlestat to stat panel (#23845) 2020-04-25 11:00:27 +02:00
mappings.html Theme: Typography variables overhaul, theme cleanup, improvents to storybook ThemeColors component (#23531) 2020-04-14 11:32:14 +02:00
module.html fix(panel height): fixed issue with singlestat height, fixes #4679, fixes #4894, fixes #5113 2016-05-20 12:23:26 +02:00
module.ts Field: UI & Code consistency Title -> Display name (#24507) 2020-05-12 13:52:53 +02:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
README.md Docs: Update the link to docs for singlestat (#21225) 2019-12-23 17:39:38 +01: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:

https://grafana.com/docs/grafana/latest/features/panels/singlestat/