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
Ryan McKinley 2578774188
Chore: Avoid explicit React.FunctionComponent<Props> when possible (round 3) (#64839)
2 years ago
..
__snapshots__ TimeSeries: Better y-axis ticks for IEC units (#59984) 3 years ago
img BarChart: add alpha bar chart panel (#30323) 4 years ago
BarChartPanel.tsx Chore: Avoid explicit React.FunctionComponent<Props> when possible (round 3) (#64839) 2 years ago
README.md Example fixes for #40173 (#40175) 4 years ago
TickSpacingEditor.tsx Chore: Avoid explicit React.FC<Props> when possible (round 2) (#64749) 2 years ago
bars.ts BarChart: Only apply radius to topmost bar segment when stacking (#63906) 2 years ago
distribute.ts TimeSeries: Implement auto decimals for y axes (#52912) 3 years ago
module.tsx Chore: more type fixes (#62952) 2 years ago
panelcfg.cue panels: Remove redundant import package from cue defs (#61949) 2 years ago
panelcfg.gen.ts panels: Remove redundant import package from cue defs (#61949) 2 years ago
plugin.json Various Panels: Remove beta label from Bar Chart, Candlestick, Histogram, State Timeline, & Status History Panels (#58557) 3 years ago
quadtree.ts BarChart: Fix stacked hover (#57711) 3 years ago
suggestions.ts Kindsys: Unique names for composable kind TS types (#61928) 2 years ago
types.ts Fix Barchart legend calcs when stacking is percent (#61449) 2 years ago
utils.test.ts Fix Barchart legend calcs when stacking is percent (#61449) 2 years ago
utils.ts Chore: Improve some types (#64675) 2 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/