grafana/public/app/plugins/panel/stat
Torkel Ödegaard 017bcc73ba
Theme: Move displayProcessor & fieldOverrides & visualizations to use new theme model (#33502)
* WIP updating getColorForTheme

* Progress

* More fixes

* Updating more parts

* Fixing unit tests

* Fixing more tests

* Fixing storybook issues

* More refactoring

* Fixed test
2021-04-29 12:44:06 +02:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
module.tsx PanelEdit: v8 Panel Edit UX (#32124) 2021-03-25 08:33:13 +01:00
plugin.json Panels: remove beta flag from stat and bargauge panels (#30324) 2021-01-15 14:36:35 -08: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 Theme: Move displayProcessor & fieldOverrides & visualizations to use new theme model (#33502) 2021-04-29 12:44:06 +02:00
types.ts PanelEdit: v8 Panel Edit UX (#32124) 2021-03-25 08:33:13 +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:

http://docs.grafana.org/reference/singlestat/