I am working on drilldown/up chart of highchart.. i was able to trigger drill down event on a point click from outside highchart through:
chart.series[0].data[0].firePointEvent('click', event);
but i can't find any event which would trigger on the back button of the chart. See this fiddle I want to programatically trigger click event on "Back to Overview" event. Thank You in advance.