Google render API not working in IE8, 9

I am building a website that uses the Google Visualization API and it works fine (even in IE), except for the production server. Mostly:

  • In all browsers not created by microsoft, it works;
  • In IE8, 9 on a dev server (localhost: 8000), it works;
  • In the production process, he does not say: "Your browser does not support diagrams," which is incorrect.

No https involved, js taken from google, no browser errors or js. The HTML from dev and the production server is the same, I really checked with the diff tool.

Any ideas on why this might happen or how to fix it? Example URL: http://publishedin.com/websites/profile/penpen.in/ (the graphs are in the left column).

+4
source share
1 answer

I have similar diagrams running in IE 9 without problems. Other people have noticed this problem when there is some code collusion on the page.

So, try creating a page that only launches charts, nothing more. If it works, some code appears on the page that prevents the chart from being created.

I got your diagrams to run in IE 8 and 9:

http://www.jensbits.com/demos/charts.php

I found IE to be especially intolerant of code that confuses him.

+1
source

All Articles