internal/web/public/js/heatmap.js
Function makeChart
has 82 lines of code (exceeds 25 allowed). Consider refactoring. Open
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',