0👍
I’ve finally fixed that! So the problem was in hovering custom tooltip itself and it caused some strange behaviour. To fix this you just need to remove pointer-events from your tooltip:
tooltip.style.pointerEvents = 'none';
- Chartjs-PrimeFaces pie chart width always 100%
- Chartjs-Chart.js Angular error with data from .json file
Source:stackexchange.com