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
Ashley Harrison 47f8717149
React: Use new JSX transform (#88802)
11 months ago
..
img
README.md docs: remove confusing singlestat references (#66399) 2 years ago
StatMigrations.test.ts Chore: more ts test fixes (#63438) 2 years ago
StatMigrations.ts Chore: some type fixes (#80094) 1 year ago
StatPanel.tsx React: Use new JSX transform (#88802) 11 months ago
common.ts Chore: some type fixes (#59030) 3 years ago
module.tsx Stat: Add percent change color modes (#88205) 1 year ago
panelcfg.cue Stat: Add percent change color modes (#88205) 1 year ago
panelcfg.gen.ts Stat: Add percent change color modes (#88205) 1 year ago
plugin.json
suggestions.ts kindsys: Adapt to new PanelCfg schema interface (#65297) 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.

Read more about Stat panel on the docs page:

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