grafana/public/app/plugins/panel/barchart
Leon Sorokin b24ba7b7ae
FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2023-04-20 17:59:18 +03: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 FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03: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 Chore: Update Cuetsy to v0.1.8 version (#66456) 2023-04-14 16:45:54 +02: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: 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 FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2023-04-20 17:59:18 +03:00
utils.ts FieldValues: Use simple array in panel visualizations (#66706) 2023-04-17 14:46:29 -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/