diff --git a/src/ChartInternal/shape/arc.ts b/src/ChartInternal/shape/arc.ts index 23d107d39..74ee62d79 100644 --- a/src/ChartInternal/shape/arc.ts +++ b/src/ChartInternal/shape/arc.ts @@ -592,6 +592,7 @@ export default { ); d3Select(this).selectAll("path") + // @ts-ignore .transition() .duration(expandDuration) .attrTween("d", getAttrTweenFn($$.svgArcExpanded.bind($$)))