Yamada UIにスターをあげる

スター
Yamada UIYamada UIv1.5.1

BarChart

BarChartは、複数のデータを比較するための棒グラフを描画するコンポーネントです。

ソース@yamada-ui/charts

テーマ

BarChartは、複数パーツのコンポーネントです。

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

GitHubでこのページを編集する

AreaChartPieChart