0👍
I found the solution in another post.
I have used filter callback
tooltips: {
filter: function (tooltipItem) {
return tooltipItem.datasetIndex === 0 || 8.23;
}
}
- Chartjs-Is there way to get counts of every day of week by created_at in laravel php
- Chartjs-Multiple Chart JS percentage labels
Source:stackexchange.com