Hi there,
I use:
...
var LineGraph = new Chart(ctx, {
type: 'line',
data: chartdata,
options: {
title: {
display: true,
text: 'Temperatur ' + '\u{00B0}' + 'C Balkon letzte 5 Tage '
},
...
Greetings and merry christmas
Title is moved to the plugins section, try to put it like this:
options:{
plugins:{
title:{}
}
}
@LeeLenaleee has the correct answer
Thx a lot!
Most helpful comment
Title is moved to the plugins section, try to put it like this: