mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
* Split all named types out into defs, etc. * Use latest cuetsy, refactor generators accordingly * Return AST type from plugin TS generator * Near-complete checkin of TS veneer code generator * First full completed pass * Improve the attribute name * Defer use of the dashboard veneer type to follow-up * Remove dummy index, prettier on veneer * Fix merge errors in gen.go * Add match field to SpecialValueMap * Fix backend lint errors |
||
---|---|---|
.. | ||
img | ||
common.ts | ||
models.cue | ||
models.gen.ts | ||
module.tsx | ||
plugin.json | ||
README.md | ||
StatMigrations.test.ts | ||
StatMigrations.ts | ||
StatPanel.tsx | ||
suggestions.ts |
Singlestat Panel - Native Plugin
The Singlestat Panel is included with Grafana.
The Singlestat Panel allows you to show the one main summary stat of a SINGLE series. It reduces the series into a single number (by looking at the max, min, average, or sum of values in the series). Singlestat also provides thresholds to color the stat or the Panel background. It can also translate the single number into a text value, and show a sparkline summary of the series.
Read more about it here: