IE8 Errors On chart.destroy()
Under IE9, FF, Chrome this presents no problems. However, under IE8 we get:
Object doesn't support this property or method
The offending line is:
chartMain.destroy();
We defined chartMain as:
chartMain = new Highcharts.Chart(optionsChartMain);
I can find no dangling commas or other js detritus that would make IE
choke. How can I fix this issue?
No comments:
Post a Comment