3đź‘Ť
Seems like the problem was that “touchend” event was removed from the default config.
Re-adding the event “touchend” to the options like this, removes the tooltip after touchend.
events: ["mousemove", "mouseout", "click", "touchstart", "touchmove", "touchend"]
This was changed here: https://github.com/chartjs/Chart.js/pull/1644/files
- [Chartjs]-Chart.js – Increase spacing between legend and chart
- [Chartjs]-Angular chart.js onClick is not working – how to get all elements of a bar when it is clicked on
Source:stackexchange.com