qlik-oss/sn-scatter-plot

View on GitHub
src/models/chart-model/index.js

Summary

Maintainability
B
6 hrs
Test Coverage
F
55%

File index.js has 356 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/* eslint-disable no-param-reassign */
import extend from 'extend';
import KEYS from '../../constants/keys';
import NUMBERS from '../../constants/numbers';
import createViewHandler from '../../view-handler';
Severity: Minor
Found in src/models/chart-model/index.js - About 4 hrs to fix

    Consider simplifying this complex logical expression.
    Open

        if (
          options.chartAnimations === false ||
          interactionInProgress ||
          meta.isPartialUpdating ||
          meta.isSizeChanging ||
    Severity: Critical
    Found in src/models/chart-model/index.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status