Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.1

BarChart

BarChart is a component for drawing bar charts to compare multiple sets of data.

Source@yamada-ui/charts

Theming

The BarChart is a multi part component.

export const BarChart: ComponentMultiStyle<"BarChart"> = mergeMultiStyle(
LineChart,
{
baseStyle: {
bar: {},
activeBar: {},
background: { fill: "transparent" },
cursor: { strokeDasharray: "5 5" },
},
},
)({ omit: ["dot", "activeDot"] })
Copied!

Edit this page on GitHub

PreviousAreaChartNextPieChart