The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/plugins/panel/barchart
Leon Sorokin 45234e76eb
TimeSeries: Render null-bounded points at data edges (#57798)
3 years ago
..
__snapshots__ TimeSeries: Render null-bounded points at data edges (#57798) 3 years ago
img
BarChartPanel.tsx BarChart: use dashboard timezone for x axis (#57047) 3 years ago
README.md Example fixes for #40173 (#40175) 4 years ago
TickSpacingEditor.tsx Chore: ESlint import order (#44959) 3 years ago
bars.ts BarChart: Fix stacked hover (#57711) 3 years ago
distribute.ts TimeSeries: Implement auto decimals for y axes (#52912) 3 years ago
models.cue plugins: New static scanner and validator, with Thema slot support (#53754) 3 years ago
models.gen.ts codegen: Introduce TS codegen veneer (#54816) 3 years ago
module.tsx BarChart: add negY transform to fieldConfig overrides (#55930) 3 years ago
plugin.json chore: remove executable permissions of source files and docs (#46303) 3 years ago
quadtree.ts BarChart: Fix stacked hover (#57711) 3 years ago
suggestions.ts BarChart/PieChart: create/update models.cue (#52988) 3 years ago
types.ts Barchart: Fix warning not showing (#51190) 3 years ago
utils.test.ts BarChart/PieChart: create/update models.cue (#52988) 3 years ago
utils.ts Number formatting: only 0-trim decimals in y axis ticks. omit currency, locale units. (#57386) 3 years ago

README.md

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/