PieChart
Home > @gooddata/sdk-ui-charts > PieChart
PieChart variable
Pie chart shows data as proportional segments of a disc.
Signature:
PieChart: (props: IPieChartProps) => React.JSX.Element
Remarks
Pie charts can be segmented by either multiple measures or an attribute.
See IPieChartProps to learn how to configure the PieChart and the pie chart documentation for more information.