Great project and no issues for me. I'd like to hide the barchart label (Pink rectangle in image). Possible?

Use:
options:{
legends:{
display:false
}
}
:)
Hi @FGRibreau with this it's still showing:
options: {
legends: {
display: false
},
scales: {
yAxes: [{
ticks: {
beginAtZero:true
}
}]
}
}
@FGRibreau It was legend not legends ;)
Most helpful comment
@FGRibreau It was
legendnotlegends;)