Google Chart doesn't load in IE (but does load when in incognito mode)

We have a google chart website on the homepage: www.globalforcestn.com

It works great in Chrome, Firefox, Safari and Opera. But in IE (especially IE 11), the diagram doesn't load. It does load though when I set IE to InPrivate browsing.

I've been looking for a solution for days, but still I can't seem to solve it. :(

We look forward to your advice. Thank!

+3


source to share


2 answers


I am browsing the page with no problem (using IE11). I checked that when setting IE mode in IE9 it didn't work.

In IE:

-Press F12

-Select the desctop icon (bottom left)

-Set the mode to the brink



Use this to force edge mode:

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

      

In your script.js I found this error line (106)

for (k = 0; k < s.rules.length; k++) {

      

It states that acces is forbidden but it keeps working (maby is the solution)

+2


source


I solved this problem when I realized that on two computers with the same version of IE11 in one of them it was displaying a Google chart and not the other.



The only difference was the date and time in Windows. I set the date from the computer with the wrong date to the current date ... and the problem is solved!

+1


source







All Articles