RadialChart
RadialChart
is a component for drawing radial charts to compare multiple sets of data.
Theming
The RadialChart
is a multi part component.
RadialChart
inherits the style from LineChart.
If you want to change the style of the component, please check here.
export const RadialChart: ComponentMultiStyle<"RadialChart"> = mergeMultiStyle(LineChart,{baseStyle: {background: {fill: "transparent",},cursor: {stroke: "none",},labelList: {fill: "white",},polarGrid: {stroke: ["blackAlpha.400", "whiteAlpha.400"],strokeWidth: 1,},},sizes: {},},)({ omit: ["line", "grid"] })
Edit this page on GitHub