swimlane/ngx-charts

View on GitHub
projects/swimlane/ngx-charts/src/lib/pie-chart/pie-arc.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function loadAnimation has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  loadAnimation(): void {
    const node = select(this.element)
      .selectAll('.arc')
      .data([{ startAngle: this.startAngle, endAngle: this.endAngle }]);

Severity: Minor
Found in projects/swimlane/ngx-charts/src/lib/pie-chart/pie-arc.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status