src/pie-chart/pie-grid.component.ts
Function getSeries
has 42 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
getSeries(): any[] {
const total = this.designatedTotal ? this.designatedTotal : this.getTotal();
return this.data.map(d => {
const baselineLabelHeight = 20;