Using Highcharts with IE 11 from ES5 folder but it crashes

54 Views Asked by At

I try to run Highcharts with IE11 but it crashes

I load Highcharts from ES5 folder as told in the documentation.

IE11 devtool console indicates that the Highcharts es5 code not seem to be valid ES5.

Is there a bug or am I doing something wrong?

1

There are 1 best solutions below

0
uran On BEST ANSWER

We've found the error. The ES5 code has been constructed wrong using a ES6 type of object {d} instead of {d:d}.

It has been addressed by the library owners. In the meanwhile we've corrected the code in the lib in our app, runs fine now.