chartjs/Chart.js

View on GitHub
src/helpers/helpers.collection.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function listenArrayEvents has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function listenArrayEvents(array, listener) {
  if (array._chartjs) {
    array._chartjs.listeners.push(listener);
    return;
  }
Severity: Minor
Found in src/helpers/helpers.collection.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status