How to trigger onhover function in highcarts tooltip?

Viewed 12

I am using highcharts to display map and tooltip when the mouse has hovered over. I am doing this in React and has two components: a. Component A that provides props to B component. b. Component B has highcharts and receives the props.

What I am trying to do is trigger the onHover on whatever data field props says. How do I trigger the onMouseHover in HighCharts React?

0 Answers
Related