Skip to content

Commit

Permalink
style(arc): mute lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Oct 8, 2024
1 parent db21387 commit 23b41bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ChartInternal/shape/arc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ export default {
);

d3Select(this).selectAll("path")
// @ts-ignore
.transition()
.duration(expandDuration)
.attrTween("d", getAttrTweenFn($$.svgArcExpanded.bind($$)))
Expand Down

0 comments on commit 23b41bf

Please sign in to comment.