kirjs / react-highcharts

React wrapper for Highcharts library

Home Page:http://kirjs.github.io/react-highcharts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show tooltip: fireEvent

deepak-shah-np opened this issue · comments

How can i show tooltip by firing event or SetState('hover') after rendering the chart?

@hello-deepak
I hope this helps!
https://www.highcharts.com/docs/chart-concepts/tooltip
And you can
let chart = this.refs.chart.getChart();
chart.update(....)