grafana/public/app/plugins/panel/stat
Torkel Ödegaard 781067ee45
VisualizationSuggestions: Support image & text instead of real previews. Adds suggestions for all non data panels when there are no data (#42074)
* Make suggestion cards support img & text mode instead of only preview

* Generic solution for non data panels

* minor review tweaks
2021-11-25 10:52:01 +01:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
models.cue Rename Family to Panel in models.cue (#39111) 2021-09-12 14:34:33 -04:00
module.tsx VisualizationSelection: Real previews of suitable visualisation and options based on current data (#40527) 2021-10-25 13:55:06 +02:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
StatMigrations.test.ts Stat: improve color mode migration from singlestat panels (#35538) 2021-06-11 18:03:30 +02:00
StatMigrations.ts Stat: improve color mode migration from singlestat panels (#35538) 2021-06-11 18:03:30 +02:00
StatPanel.tsx Stat: recompute shared y range during streaming updates (#39485) 2021-10-07 10:48:49 +02:00
suggestions.ts VisualizationSuggestions: Support image & text instead of real previews. Adds suggestions for all non data panels when there are no data (#42074) 2021-11-25 10:52:01 +01:00
types.ts PieChart: sort legend descending, update placeholder to show default field display values limit (#36062) 2021-06-23 15:32:37 +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/