grafana/public/app/plugins/panel/barchart
2022-11-10 07:43:32 -06:00
..
__snapshots__ TimeSeries: Render null-bounded points at data edges (#57798) 2022-10-31 17:50:43 -05:00
img BarChart: add alpha bar chart panel (#30323) 2021-01-29 12:52:52 -08:00
BarChartPanel.tsx BarChart: Fix coloring from thresholds and value mappings (#58285) 2022-11-10 07:43:32 -06:00
bars.ts BarChart: Fix stacked hover (#57711) 2022-10-31 16:48:21 -05:00
distribute.ts TimeSeries: Implement auto decimals for y axes (#52912) 2022-07-28 02:58:42 -04:00
models.cue BarChart: Fix coloring from thresholds and value mappings (#58285) 2022-11-10 07:43:32 -06:00
models.gen.ts BarChart: Fix coloring from thresholds and value mappings (#58285) 2022-11-10 07:43:32 -06:00
module.tsx BarChart: Fix coloring from thresholds and value mappings (#58285) 2022-11-10 07:43:32 -06:00
plugin.json chore: remove executable permissions of source files and docs (#46303) 2022-05-03 12:08:14 +02:00
quadtree.ts BarChart: Fix stacked hover (#57711) 2022-10-31 16:48:21 -05:00
README.md Example fixes for #40173 (#40175) 2021-10-12 15:45:30 -04:00
suggestions.ts BarChart/PieChart: create/update models.cue (#52988) 2022-08-18 14:46:36 +02:00
TickSpacingEditor.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
types.ts Barchart: Fix warning not showing (#51190) 2022-06-21 17:45:37 -05:00
utils.test.ts BarChart/PieChart: create/update models.cue (#52988) 2022-08-18 14:46:36 +02:00
utils.ts BarChart: Fix coloring from thresholds and value mappings (#58285) 2022-11-10 07:43:32 -06: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/