src/pie-chart/pie-arc.component.ts
Function loadAnimation
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
loadAnimation(): void {
const node = select(this.element)
.selectAll('.arc')
.data([{ startAngle: this.startAngle, endAngle: this.endAngle }]);