diff --git a/packages/chart/src/components/PieChart/PieChart.tsx b/packages/chart/src/components/PieChart/PieChart.tsx index 788977af98..354ede2b71 100644 --- a/packages/chart/src/components/PieChart/PieChart.tsx +++ b/packages/chart/src/components/PieChart/PieChart.tsx @@ -268,7 +268,7 @@ const PieChart = React.forwardRef((props, ref) => const textOpacity = shouldMute ? 0.3 : 1 return ( - + {/* ── the slice */}