How to force a click on a highcharts point?

1

I have a page that from the click of a point on the highcharts chart, displays certain details in a table.

For a certain type of user profile, I need these details to be displayed as soon as this user logs in.

So I would like to know if there is a way to force a click on a point on the chart as soon as the page loads. It's possible?

    
asked by anonymous 03.03.2016 / 14:03

1 answer

0

Use firePointEvent(type) , take a look at this example: link

    
03.03.2016 / 18:53