The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/plugins/panel/stat
Jev Forsberg 93bcc3b26c
Stat Panel: Add an option for a non-gradient/solid background (#65052)
2 years ago
..
img Panels: Update panel logos (#23964) 5 years ago
README.md Stat panel: Update out-of-date README (#63160) 2 years ago
StatMigrations.test.ts Chore: more ts test fixes (#63438) 2 years ago
StatMigrations.ts Kindsys: Unique names for composable kind TS types (#61928) 2 years ago
StatPanel.tsx Revert "Stat: Add ability to remove default single-color background gradient" (#65002) 2 years ago
common.ts Chore: some type fixes (#59030) 3 years ago
module.tsx Stat Panel: Add an option for a non-gradient/solid background (#65052) 2 years ago
panelcfg.cue Revert "Stat: Add ability to remove default single-color background gradient" (#65002) 2 years ago
panelcfg.gen.ts Revert "Stat: Add ability to remove default single-color background gradient" (#65002) 2 years ago
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 4 years ago
suggestions.ts Kindsys: Unique names for composable kind TS types (#61928) 2 years ago

README.md

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. Learn more about the now removed Singlestat panel here.

Read more about Stat panel on the docs page:

https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/stat/