Thanks for the reply. I am working on legacy html which is not standards compliant so this doctype introduced additional errors.
For other users which may encounter this issue: I solved it by programmatically adding the header X-UA-Compatible: IE=EmulateIE8 for IE9. Thanks, Barry On Jul 3, 1:19 pm, ChartALot <[email protected]> wrote: > Hi, another way to solve that would be to set a doc type for your html: > > <!DOCTYPE html> > > HTH > > On Fri, Jul 1, 2011 at 8:27 PM, barry_ir > <[email protected]>wrote: > > > > > > > > > Hi, > > While testing the gauge visualization in IE9 I get the following error > > on the console and the gauge does not generate: > > > SCRIPT438: Object doesn't support property or method > > 'createElementNS' > > default,gauge.I.js, line 507 character 698 > > > Sample HTML demonstrating the error:http://www.pastie.org/2150977 > > > I can work around IE9's error by sending into IE8 compatibility mode, > > but this is a hack. Any comment on whether this is something that > > could be fixable in the visualization js? > > <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" > > > > Thanks, > > Barry > > > -- > > 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. -- 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.
