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
…alexfauquette) (#11719)

Co-authored-by: Alexandre Fauquette <[email protected]>
Co-authored-by: Lukas <[email protected]>
  • Loading branch information
3 people authored Jan 18, 2024
1 parent dd9a204 commit 42ac3aa
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 42ac3aa

Please sign in to comment.