3👍
Assuming you still need help with this.
Add the following option:
options: {
tooltips: {
yAlign: 'top'
}
}
1👍
In Chartjs v3, this works:
options: {
plugins: {
tooltip: {
yAlign: 'bottom'
}
}
}
- [Chartjs]-ChartJs line chart repaint glitch while hovering over
- [Chartjs]-ChartJS – Different color per data point
Source:stackexchange.com