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
StatMigrations.test.ts
StatMigrations.ts
StatPanel.tsx React: Use new JSX transform (#88802) 11 months ago
common.ts
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

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/