nnnick/Chart.js

View on GitHub
src/core/core.animations.defaults.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function applyAnimationsDefaults has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function applyAnimationsDefaults(defaults) {
  defaults.set('animation', {
    delay: undefined,
    duration: 1000,
    easing: 'easeOutQuart',
Severity: Major
Found in src/core/core.animations.defaults.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status