2👍
✅
Instead of using the Euro symbol, try to use its Unicode as follows.
options: {
scales: {
y: {
ticks: {
callback: v => v + '\u20AC'
}
}
}
Source:stackexchange.com