MUI X
This page groups demonstration using pie charts.
<PieChart series={[ { startAngle: -90, endAngle: 90, data, }, ]} height={300} />
<PieChart series={[ { outerRadius: 80, data, arcLabel: getArcLabel, }, ]} sx={{ [`& .${pieArcLabelClasses.root}`]: { fill: 'white', fontSize: 14, }, }} {...sizing} />
Contents