grafana/public/app/plugins/panel/barchart
Drew Slobodnjak 5604305271
BarChart: Gradient Mode for Auto Max (#74122)
* BarChart: Gradient Mode for Auto Max

* add gdev panel

* clean

---------

Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
2023-10-10 11:14:56 -07:00
..
__snapshots__ TimeSeries: Better y-axis ticks for IEC units (#59984) 2022-12-09 10:25:44 -07:00
img BarChart: add alpha bar chart panel (#30323) 2021-01-29 12:52:52 -08:00
BarChartPanel.tsx chore: Move data hover out of Geomap panel code (refactor part 1 of 2) (#68863) 2023-05-23 17:53:36 -06:00
bars.ts Chore: Improve typings and ignore Graph (#75742) 2023-10-06 11:48:15 +01:00
distribute.ts TimeSeries: Implement auto decimals for y axes (#52912) 2022-07-28 02:58:42 -04:00
module.tsx kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04:00
panelcfg.cue kindsys: Adapt to new flattened lineage syntax in Thema (#68034) 2023-05-24 10:47:25 +02:00
panelcfg.gen.ts Chore: Generate plugin version and remove lineage version (#69781) 2023-06-27 12:47:14 +03:00
plugin.json Various Panels: Remove beta label from Bar Chart, Candlestick, Histogram, State Timeline, & Status History Panels (#58557) 2022-11-29 14:26:05 +07:00
quadtree.ts Chore: Upgrade prettier to v3 (#71764) 2023-07-17 15:58:22 +01:00
README.md Example fixes for #40173 (#40175) 2021-10-12 15:45:30 -04:00
suggestions.ts kindsys: Adapt to new PanelCfg schema interface (#65297) 2023-05-15 23:07:54 -04:00
TickSpacingEditor.tsx Chore: Avoid explicit React.FC<Props> when possible (round 2) (#64749) 2023-03-15 16:56:09 +02:00
types.ts Fix Barchart legend calcs when stacking is percent (#61449) 2023-01-26 11:34:57 +02:00
utils.test.ts Legend: Sort by name (#69490) 2023-06-06 15:16:16 -05:00
utils.ts BarChart: Gradient Mode for Auto Max (#74122) 2023-10-10 11:14:56 -07:00

Bar chart

This panel visualization allows you to graph categorical data.

This Bar chart is included with Grafana.

Read more about it here:

https://grafana.com/docs/grafana/latest/visualizations/bar-chart/