mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 08:52:15 +08:00

* markup timeseries panel edit * mark up matchers ui * mark up bar chart * mark up stat panel * mark up gauge * mark up bar gauge * mark up table component * mark up pie chart * mark up state timeline * mark up heatmap * mark up status history * mark up histogram * mark up text panel * mark up alert list * mark up dashboard list * mark up news panel * mark up annolist * mark up logs panel * mark up node-graph * mark up traces * mark up trend * mark up xychart * fix build
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/