DonutChart
Home > @gooddata/sdk-ui-charts > DonutChart
DonutChart variable
Donut chart shows data as proportional segments of a disc and has a hollowed out center.
Signature:
DonutChart: (props: IDonutChartProps) => React.JSX.Element
Remarks
Donut charts can be segmented by either multiple measures or an attribute, and allow viewers to visualize component parts of a whole.
Note: the donut chart slices are by default sorted from largest to smallest. There is also a limit on the number of slices that will be charted.
See IDonutChartProps to learn how to configure the DonutChart and donut chart documentation for more information.