Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.1

RadialChart

RadialChart is a component for drawing radial charts to compare multiple sets of data.

Source@yamada-ui/charts

Theming

The RadialChart is a multi part component.

export const RadialChart: ComponentMultiStyle<"RadialChart"> = mergeMultiStyle(
LineChart,
{
baseStyle: {
background: {
fill: "transparent",
},
labelList: {
fill: "white",
},
cursor: {
stroke: "none",
},
polarGrid: {
stroke: ["blackAlpha.400", "whiteAlpha.400"],
strokeWidth: 1,
},
},
sizes: {},
},
)({ omit: ["line", "grid"] })
Copied!

Edit this page on GitHub

PreviousRadarChartNextCarousel