[Chartjs]-Chart.js Point image on hover

0👍

Have you checked this Chart.js issue?

Chart.defaults.global.elements.point.radius = 0 hides the point but

Chart.defaults.global.elements.point.hoverRadius = 4 only shows it on hover.

This should work with your pointStyle.

Leave a comment