PieChart()
Home > @gooddata/sdk-ui-charts > PieChart
PieChart() function
Pie chart shows data as proportional segments of a disc.
Signature:
PieChart: (props: IPieChartProps) => React.JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
props | IPieChartProps |
Returns:
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.