mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
* Update all core kinds to flattened lineages * Regen Go types, without any * Regen Go types, s/interface{}/any/ * Update generated core typescript * Update generate docs * Fix defaults gen in veneer index jenny * Flatten plugindef lineage * Convert all plugin kinds to flattened form * Switch back to interface{} for now * Switch to fs.Sub in plugin DeclParser * Mostly undesirable codegen changes, to be fixed * Update mod and sum * Update pfs tests to flattened lineages * Update thema to latest, regen docs |
||
---|---|---|
.. | ||
img | ||
common.ts | ||
module.tsx | ||
panelcfg.cue | ||
panelcfg.gen.ts | ||
plugin.json | ||
README.md | ||
StatMigrations.test.ts | ||
StatMigrations.ts | ||
StatPanel.tsx | ||
suggestions.ts |
Stat panel - Native Plugin
The Stat panel is included with Grafana.
The Stat panel visualization shows one large statistic with an optional graph sparkline. The background or value color can be controlled using thresholds.
By default, the Stat panel displays one of the following:
- The value for a single series or field.
- The value and name for multiple series or fields.
The Text mode can be used to control whether the text is displayed or not.
The Stat panel is a replacement for the Singlestat panel, which was deprecated in Grafana v7.0 and removed in Grafana v8.4.
Read more about Stat panel on the docs page:
https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/stat/