tom-weatherhead/thaw-angular-component-library

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

Summary

Maintainability
A
1 hr
Test Coverage

Function configureChart has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected configureChart(): void {
        // Default implementation.
        this.chartOptions = {
            type: this.chartType,
            data: {
Severity: Minor
Found in src/app/modules/chart-canvas-base/chart-canvas-base.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status