grafana/public/app/plugins/panel/bargauge
sam boyer 8876d56495
schema: Migrate from scuemata to thema (#49805)
* Remove crufty scuemata bits

Buhbye to: cue/ dir with old definitions, CI steps for checking unnecessary
things, and the original dashboard scuemata file.

* Remove grafana-cli cue subcommand

* Remove old testdata

* Don't swallow errors from codegen

* Small nits and tweaks to cuectx package

* WIP - refactor pluggen to use Thema

Also consolidate the embed.FS in the repo root.

* Finish halfway rename

* Convert all panel models.cue to thema

* Rewrite pluggen to use Thema

* Remove pkg/schema, and trim command

* Remove schemaloader service and usages

Will be replaced by coremodel-centric hydrate/dehydrate system Soon™.

* Remove schemaloader from wire

* Remove hangover field on histogram models.cue

* Fix lint errors, some vestiges of trim service

* Remove unused cuetsify cli command
2022-06-06 17:52:44 -07:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
BarGaugeMigrations.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
BarGaugeMigrations.ts Cue: Use BarGauge, DashList and Gauge panel cue schemas (#49580) 2022-05-25 14:18:21 +01:00
BarGaugePanel.test.tsx Cue: Use BarGauge, DashList and Gauge panel cue schemas (#49580) 2022-05-25 14:18:21 +01:00
BarGaugePanel.tsx Cue: Use BarGauge, DashList and Gauge panel cue schemas (#49580) 2022-05-25 14:18:21 +01:00
models.cue schema: Migrate from scuemata to thema (#49805) 2022-06-06 17:52:44 -07:00
models.gen.ts schema: Generate Go and Typescript from Thema coremodels (#49193) 2022-05-27 03:21:37 +02:00
module.tsx Cue: Use BarGauge, DashList and Gauge panel cue schemas (#49580) 2022-05-25 14:18:21 +01:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
README.md Example fixes for #40173 (#40175) 2021-10-12 15:45:30 -04:00
suggestions.ts Cue: Use BarGauge, DashList and Gauge panel cue schemas (#49580) 2022-05-25 14:18:21 +01:00

Bar gauge

The bar gauge simplifies your data by reducing every field to a single value. You choose how Grafana calculates the reduction.

This panel can show one or more bar gauges depending on how many series, rows, or columns your query returns.

This Bar chart is included with Grafana.

Read more about it here:

https://grafana.com/docs/grafana/latest/visualizations/bar-gauge-panel/