mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* 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> |
||
---|---|---|
.. | ||
img | ||
BarGaugeMigrations.test.ts | ||
BarGaugeMigrations.ts | ||
BarGaugePanel.test.tsx | ||
BarGaugePanel.tsx | ||
module.tsx | ||
panelcfg.cue | ||
panelcfg.gen.ts | ||
plugin.json | ||
README.md | ||
suggestions.ts |
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/