grafana/public/app/plugins/panel/bargauge
Torkel Ödegaard 73ce20ab48
Table Panel: Add ability to use text color for value or hide value in gauge cell (#61477)
* BarGauge: New value options

* Fix typings for cell options, add new value mode option for bar gauge cells

* Add BarGauge panel option, tests, and update test dashboard

* Updated

* Added default

* Goodbye trusty console.log

* Update

* Merge changes from main

* Update docs

* Add valuemode doc changes

* Update gdev dashboard

* Update valueMode symbol name to valueDisplayMode

* Use Enums as Opposed to literals, don't calculate values when hidden

* Remove double import

* Fix tests

* One more test fix

* Remove erroneous targets field, fix type of maxDataPoints

* Strip nulls and add index field to Thresholds

* Gen cue

* remove bad targets again

* Fixes

---------

Co-authored-by: Kyle Cunningham <kyle@codeincarnate.com>
Co-authored-by: sam boyer <sdboyer@grafana.com>
2023-03-10 14:41:46 +01:00
..
img Panels: Update panel logos (#23964) 2020-04-27 22:08:43 +02:00
BarGaugeMigrations.test.ts Update jest monorepo to v29 (#58261) 2022-11-24 14:00:41 +00:00
BarGaugeMigrations.ts Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
BarGaugePanel.test.tsx Table Panel: Add ability to use text color for value or hide value in gauge cell (#61477) 2023-03-10 14:41:46 +01:00
BarGaugePanel.tsx Table Panel: Add ability to use text color for value or hide value in gauge cell (#61477) 2023-03-10 14:41:46 +01:00
module.tsx Table Panel: Add ability to use text color for value or hide value in gauge cell (#61477) 2023-03-10 14:41:46 +01:00
panelcfg.cue Table Panel: Add ability to use text color for value or hide value in gauge cell (#61477) 2023-03-10 14:41:46 +01:00
panelcfg.gen.ts Table Panel: Add ability to use text color for value or hide value in gauge cell (#61477) 2023-03-10 14:41:46 +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 Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00: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/