aceberg/ExerciseDiary

View on GitHub
internal/web/public/js/heatmap.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function makeChart has 82 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function makeChart(heat, hcolor, sets) {
    let ldata = lowerData(heat);
    var ctx = document.getElementById('matrix-chart').getContext('2d');
    window.myMatrix = new Chart(ctx, {
        type: 'matrix',
Severity: Major
Found in internal/web/public/js/heatmap.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status