qlik-oss/sn-scatter-plot

View on GitHub
src/data-handler/is-binned-data.js

Summary

Maintainability
A
40 mins
Test Coverage
A
100%

Consider simplifying this complex logical expression.
Open

  if (dataPages.length) {
    const { qMatrix, qArea } = dataPages[0];
    const { qLeft, qTop, qWidth, qHeight } = qArea;
    return dataPages.length === 1 && !qMatrix.length && !qLeft && !qTop && !qWidth && !qHeight;
  }
Severity: Major
Found in src/data-handler/is-binned-data.js - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status