var chart = new Chart(ctx, { type: 'bar', data: data, options: { plugins: { legend: { display: false } } }