It's just as simple as adding this:
legend: { display: false,}
Or if you want you could use this other option which should also work:
Chart.defaults.global.legend.display = false;``
It's just as simple as adding this:
legend: { display: false,}
Or if you want you could use this other option which should also work:
Chart.defaults.global.legend.display = false;``