microting/ngx-charts

View on GitHub
src/common/grid-panel-series.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getGridPanels has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  getGridPanels(): any[] {
    return this.data.map((d) => {
      let offset;
      let width;
      let height;
Severity: Minor
Found in src/common/grid-panel-series.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status