DonutChart
DonutChart
is a component for drawing donut charts to compare multiple sets of data.
Theming
The DonutChart
is a multi part component.
DonutChart
inherits the style from PieChart.
If you want to change the style of the component, please check here.
export const DonutChart: ComponentMultiStyle<"DonutChart"> = mergeMultiStyle(PieChart,{baseStyle: {label: {},},},)()
Edit this page on GitHub