tom-weatherhead/thaw-angular-component-library

View on GitHub
src/app/modules/line-chart-canvas/line-chart-canvas.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function setLabels has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public setLabels(labelsParam: string[]): void {
        this.numSamples = labelsParam.length;

        this.chartConfiguration = {
            type: 'line',
Severity: Minor
Found in src/app/modules/line-chart-canvas/line-chart-canvas.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status