2π
β
"AAPL" is not the chart title itβs the label of the legend.
To change that color, place the following inside your options block.
options: {
plugins: {
legend: {
labels: {
color: 'red'
}
}
},
...
}
https://www.chartjs.org/docs/latest/configuration/legend.html
Source:stackexchange.com