Skip to content

Commit 87a0c34

Browse files
committed
Update PieChart.tsx
1 parent 5fec9f7 commit 87a0c34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/charts/src/components/PieChart/PieChart.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ const PieChart = forwardRef<HTMLDivElement, PieChartProps>((props, ref) => {
336336
/>
337337
)}
338338
{!noLegend && (
339-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
340-
// @ts-ignore
341339
<Legend
342340
verticalAlign={chartConfig.legendPosition}
343341
align={chartConfig.legendHorizontalAlign}

0 commit comments

Comments
 (0)