swimlane/ngx-charts

View on GitHub
projects/swimlane/ngx-charts/src/lib/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(): GridPanel[] {
    return this.data.map(d => {
      let offset;
      let width;
      let height;

    There are no issues that match your filters.

    Category
    Status