grafana/public/app/plugins/panel/barchart
2022-04-19 23:20:09 -05:00
..
__snapshots__ BarChart: fix hovered series highlight in tooltip (#44882) 2022-03-03 10:57:54 -06:00
img BarChart: add alpha bar chart panel (#30323) 2021-01-29 12:52:52 -08:00
BarChartPanel.tsx Panels: Use the No value option when showing the no data message (#47675) 2022-04-14 10:10:03 +02:00
bars.ts TimeSeries & BarChart: refactor stacking (#47373) 2022-04-13 10:29:03 -05:00
config.ts BarChart: Fix Sticky Tooltip (#45017) 2022-02-07 23:26:27 +01:00
distribute.ts Barchart: move viz to core (#33947) 2021-05-11 20:57:52 +02:00
models.cue Schema: unify bar/point/etc visibility modes (#39378) 2021-09-20 12:25:56 -07:00
models.gen.ts BarChart: show x tick picker (#43510) 2022-01-11 00:12:33 +01:00
module.tsx BarChart: fix excessive re-renders during mousemove and panel resize (#45027) 2022-02-08 16:32:23 -06:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
quadtree.ts Hide Barchart Value Labels for Automatic Display When Overlapping (#44809) 2022-02-17 14:07:50 -06:00
README.md Example fixes for #40173 (#40175) 2021-10-12 15:45:30 -04:00
suggestions.ts BarChart: color by field, x time field, bar radius, label skipping (#43257) 2021-12-23 10:04:41 -08:00
TickSpacingEditor.tsx BarChart: show x tick picker (#43510) 2022-01-11 00:12:33 +01:00
types.ts BarChart: fix excessive re-renders during mousemove and panel resize (#45027) 2022-02-08 16:32:23 -06:00
utils.test.ts BarChart: fix excessive re-renders during mousemove and panel resize (#45027) 2022-02-08 16:32:23 -06:00
utils.ts TimeSeries: always try to detect & fix reverse-sorted time field (#47906) 2022-04-19 23:20:09 -05: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/