Skip to content

Commit

Permalink
[charts] Do not propagate innerRadius and outerRadius to the DOM
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Jan 15, 2024
1 parent a247004 commit 3520a16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/x-charts/src/PieChart/PieArcLabel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ function PieArcLabel(props: PieArcLabelProps) {
endAngle,
paddingAngle,
arcLabelRadius,
innerRadius,
outerRadius,
cornerRadius,
formattedArcLabel,
isHighlighted,
Expand Down

0 comments on commit 3520a16

Please sign in to comment.