grafana/public/app/plugins/panel/barchart
Victor Marin b622a87aee
StateTimeline: Fix tooltip showing erroneously in shared crosshair dashboards (#55809)
* StateTimeline: Fix shared crosshair

* Fix for StatusHistory also
2022-10-07 08:56:15 +03:00
..
__snapshots__ TimeSeries: Support for log scale and negative numbers (#54812) 2022-09-08 11:52:57 -05:00
img BarChart: add alpha bar chart panel (#30323) 2021-01-29 12:52:52 -08:00
BarChartPanel.tsx StateTimeline: Fix tooltip showing erroneously in shared crosshair dashboards (#55809) 2022-10-07 08:56:15 +03:00
bars.ts BarChart: add negY transform to fieldConfig overrides (#55930) 2022-09-28 14:32:37 -06:00
distribute.ts TimeSeries: Implement auto decimals for y axes (#52912) 2022-07-28 02:58:42 -04:00
models.cue plugins: New static scanner and validator, with Thema slot support (#53754) 2022-08-22 12:11:45 -04:00
models.gen.ts codegen: Introduce TS codegen veneer (#54816) 2022-09-26 11:26:18 -04:00
module.tsx BarChart: add negY transform to fieldConfig overrides (#55930) 2022-09-28 14:32:37 -06:00
plugin.json chore: remove executable permissions of source files and docs (#46303) 2022-05-03 12:08: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/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: add negY transform to fieldConfig overrides (#55930) 2022-09-28 14:32:37 -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/