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';
The radius between circle center and the arc label in px.
Type:number
Default:(innerRadius - outerRadius) / 2
Override the arc attibutes when it is faded.
Type:{ additionalRadius?: number, arcLabelRadius?: number, color?: string, cornerRadius?: number, innerRadius?: number, outerRadius?: number, paddingAngle?: number }
Default:{ additionalRadius: -5 }
Override the arc attibutes when it is highlighted.
Type:{ additionalRadius?: number, arcLabelRadius?: number, color?: string, cornerRadius?: number, innerRadius?: number, outerRadius?: number, paddingAngle?: number }
The component cannot hold a ref.