BarChart variable
BarChart variable
Signature
BarChart: React.FunctionComponent<Pick<BarChartProps, "data" | "height" | "legend" | "width" | "orientation" | "onSeriesColorChange" | "onLegendClick" | "groupWidth" | "barWidth" | "showValue" | "stacking">>
Import
import { BarChart } from '@grafana/ui';