nnnick/Chart.js

View on GitHub
src/core/core.animator.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _update has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  _update(date = Date.now()) {
    let remaining = 0;

    this._charts.forEach((anims, chart) => {
      if (!anims.running || !anims.items.length) {
Severity: Minor
Found in src/core/core.animator.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status