BarChart
BarChart
is a component for drawing bar charts to compare multiple sets of data.
Theming
The BarChart
is a multi part component.
BarChart
inherits the style from LineChart.
If you want to change the style of the component, please check here.
export const BarChart: ComponentMultiStyle<"BarChart"> = mergeMultiStyle(LineChart,{baseStyle: {activeBar: {},background: { fill: "transparent" },bar: {},cursor: { strokeDasharray: "5 5" },},},)({ omit: ["dot", "activeDot"] })
Edit this page on GitHub