grafana/public/app/plugins/panel/barchart
2021-10-27 09:42:47 +02:00
..
__snapshots__ Scatter: support bubble and line charts with out-of-order data (alpha) (#39377) 2021-09-29 10:14:15 -07:00
img BarChart: add alpha bar chart panel (#30323) 2021-01-29 12:52:52 -08:00
BarChart.tsx Time series/Bar chart panel: Add ability to sort series via legend (#40226) 2021-10-25 11:21:51 +02:00
BarChartPanel.tsx Time series/Bar chart panel: Add ability to sort series via legend (#40226) 2021-10-25 11:21:51 +02:00
bars.ts Time series/Bar chart panel: Add ability to sort series via legend (#40226) 2021-10-25 11:21:51 +02: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
module.tsx Barchart: Fixes barchart switching from palette to thresholds color mode (#40954) 2021-10-27 09:42:47 +02:00
plugin.json TimeSeries: Make timeseries the default panel and remove beta state (#33639) 2021-05-05 13:19:14 +02:00
quadtree.ts Timeline: Text align option (#34087) 2021-05-14 08:27:03 +02:00
README.md Example fixes for #40173 (#40175) 2021-10-12 15:45:30 -04:00
suggestions.ts VisualizationSelection: Real previews of suitable visualisation and options based on current data (#40527) 2021-10-25 13:55:06 +02:00
types.ts Schema: unify bar/point/etc visibility modes (#39378) 2021-09-20 12:25:56 -07:00
utils.test.ts Time series/Bar chart panel: Add ability to sort series via legend (#40226) 2021-10-25 11:21:51 +02:00
utils.ts Time series/Bar chart panel: Add ability to sort series via legend (#40226) 2021-10-25 11:21:51 +02: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/