HighCharts.js is not rendering chart under IE8
问题 I am using HighCharts together with Python to dynamically create charts. All works fine, however I get cannot read property "0" of undefined exception under IE8. Unfortunetly my client want it to work under IE8 as well. So heres the code of the main function: function generateChart(series) { var chart = new Highcharts.Chart({ chart: { renderTo: 'company_chart', }, xAxis: { type: "datetime", }, yAxis: [{ title: { text: "T1", }, },{ title: { text: "T2", }, }, opposite: true, }], plotOptions: {