I seem to have found a solution to this: Adding the DOCTYPE as someone else mentioned did not fix the problem for me. However, adding a meta tag for compatibility for IE resolved the error:
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7" > Where the IE listings are the version of the browser you want to support. Hopefully this helps someone. On Mar 24, 5:14 pm, Jason G <[email protected]> wrote: > I have a <!doctype> and it still doesn't work in IE 9. Did anyone > solve this problem yet? > > Please post the solution.. Thanks! > > On Mar 23, 7:25 am, Matthias Ernst <[email protected]> wrote: > > > > > > > > > Same conclusion here. A <!doctype html> solved the problem for me. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
