Hi,
chart.update( {
chart: {
width: null,
height: null
}
} );
after calling this method with width and height as null, chartElement highcharts-exit-anchor div has been removed. because of this my custom tab order flow has getting problem. May I know why it is getting deleted after calling that. This is the effective div after calling the method.
Please let me know is there any other way we can get that div back again after calling this.(We are considering based on exit anchor div we are moving focus to next other charts).