5👍
What about :
options: {
tooltips: {
// Add this..
intersect: false
}
}
- [Chartjs]-How to remove the line/rule of an axis in Chart.js?
- [Chartjs]-Bootstrap 3 tabs & Chart.js – charts not loading on tabs
5👍
It works for me
options: {
tooltips:{
intersect : false,
mode:'index'
}
}
- [Chartjs]-Chartjs: how to show only max and min values on y-axis
- [Chartjs]-How to align Chart.JS line chart labels to the center
Source:stackexchange.com