microting/ngx-charts

View on GitHub
src/pie-chart/pie-grid.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getSeries has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  getSeries(): any[] {
    const total = this.designatedTotal ? this.designatedTotal : this.getTotal();

    return this.data.map(d => {
      const baselineLabelHeight = 20;
Severity: Minor
Found in src/pie-chart/pie-grid.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status