If you draw the chart in a div with the style "display: none;", the chart will have errors (I suspect this has something to do with the way browsers draw SVG/VML rather than anything on Google's end). Make the div visible prior to drawing and hide it when the chart throws it's 'ready' event and these kind of errors will go away. That being said, your problem may not have anything to do with this.
I set up a jsfiddle with your example code, and it works fine for me in IE8: http://jsfiddle.net/kPxhA/ -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/HhsouMeW4nEJ. 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.
