grafana/public/app/plugins/panel/barchart
2023-03-01 17:17:55 -06: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 Fix Barchart legend calcs when stacking is percent (#61449) 2023-01-26 11:34:57 +02:00
bars.ts BarChart: Only apply radius to topmost bar segment when stacking (#63906) 2023-03-01 17:17:55 -06:00
distribute.ts TimeSeries: Implement auto decimals for y axes (#52912) 2022-07-28 02:58:42 -04:00
module.tsx Chore: more type fixes (#62952) 2023-02-09 09:03:13 +00:00
panelcfg.cue panels: Remove redundant import package from cue defs (#61949) 2023-01-23 14:28:44 -05:00
panelcfg.gen.ts panels: Remove redundant import package from cue defs (#61949) 2023-01-23 14:28:44 -05: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 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 Kindsys: Unique names for composable kind TS types (#61928) 2023-01-23 18:03:44 +00:00
TickSpacingEditor.tsx Chore: more any/type assertion improvements (#59229) 2022-11-23 16:54:57 +00:00
types.ts Fix Barchart legend calcs when stacking is percent (#61449) 2023-01-26 11:34:57 +02:00
utils.test.ts Fix Barchart legend calcs when stacking is percent (#61449) 2023-01-26 11:34:57 +02:00
utils.ts Chore: more type fixes (#62952) 2023-02-09 09:03:13 +00: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/