I want to set the hover effect in ChartJs programmatically i wish to see both effects hoverBorderWidth
, and hoverBorderColor
. I know how to activate some tooltips, but I can't apply hover effects. For example, if I have chart and some links outside, I can trigger mouseover
events to links. I want to have the hover effect in ChartJs, how can i do this?
Thanks for your answer.