Skip to content Skip to sidebar Skip to footer

Highcharts Not Rendering In Ie 11

I am using Highcharts JS v2.2.5. It works fine in all browser except IE 11. I am able see the data but, Chart is not rendering.

Solution 1:

Do you have already excluded for wrong position or zero-height container? it's a common bug..

We need to know more details, can you post some code?

Have you any error evidence in browser console?

Solution 2:

If you are using prototype.js version 1.5.1.1 then there is a possibility of getting error in console[on hover function] only in IE[All versions]. If this is the issue then it can be solved by using higher version of prototype.js

Post a Comment for "Highcharts Not Rendering In Ie 11"