PieArcLabelPlot API
API reference docs for the React PieArcLabelPlot component. Learn about the props, CSS, and other APIs of this exported module.
Component demos
Import
import { PieArcLabelPlot } from '@mui/x-charts/PieChart';
// or
import { PieArcLabelPlot } from '@mui/x-charts';
Override the arc attibutes when it is faded.
Type:{ additionalRadius?: number, color?: string, cornerRadius?: number, innerRadius?: number, outerRadius?: number, paddingAngle?: number }
Override the arc attibutes when it is highlighted.
Type:{ additionalRadius?: number, color?: string, cornerRadius?: number, innerRadius?: number, outerRadius?: number, paddingAngle?: number }
The component cannot hold a ref.