grafana/public/app/plugins/panel/stat
Dominik Prokop b2b0be7b93
Table panel: Add multiple data links support to Default, Image and JSONView cells (#51162)
* Table panel: Support multiple data links in default cell

* Table panel: Show data links for Image and JSONView cells

* Simplify DataLinksContextMenu api

* Betterer
2022-06-27 05:23:29 -07:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
common.ts Cue: Update Text, Stat, and Annolist panel cue schemas (#49479) 2022-05-25 12:07:32 +01:00
models.cue schema: Migrate from scuemata to thema (#49805) 2022-06-06 17:52:44 -07:00
models.gen.ts schema: Generate Go and Typescript from Thema coremodels (#49193) 2022-05-27 03:21:37 +02:00
module.tsx Cue: Update Text, Stat, and Annolist panel cue schemas (#49479) 2022-05-25 12:07:32 +01: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 Cue: Update Text, Stat, and Annolist panel cue schemas (#49479) 2022-05-25 12:07:32 +01:00
StatMigrations.ts Cue: Update Text, Stat, and Annolist panel cue schemas (#49479) 2022-05-25 12:07:32 +01:00
StatPanel.tsx Table panel: Add multiple data links support to Default, Image and JSONView cells (#51162) 2022-06-27 05:23:29 -07:00
suggestions.ts Cue: Update Text, Stat, and Annolist panel cue schemas (#49479) 2022-05-25 12:07:32 +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/