chartjs/Chart.js

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

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(_descriptors, _appliers) {
    this.animation = undefined;
    this.backgroundColor = 'rgba(0,0,0,0.1)';
    this.borderColor = 'rgba(0,0,0,0.1)';
    this.color = '#666';
Severity: Minor
Found in src/core/core.defaults.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status