nnnick/Chart.js

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

Summary

Maintainability
A
3 hrs
Test Coverage

effects has 31 functions (exceeds 20 allowed). Consider refactoring.
Open

const effects = {
  linear: (t: number) => t,

  easeInQuad: (t: number) => t * t,

Severity: Minor
Found in src/helpers/helpers.easing.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status