TargetProcess/tauCharts

View on GitHub
src/utils/utils-grammar.ts

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

        if (
            (!isAuto && config.guide.x.fillGaps) ||
            (isAuto && (isStack || (xPeriod && isYValue)))
        ) {
            return GrammarRegistry.get('fillGaps')(model, {
Severity: Major
Found in src/utils/utils-grammar.ts - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status