Your jsfiddle (neat tool by the way) is displaying the same problem on my end in stock IE8. See image below where the green bar is floating.
http://i.imgur.com/iP0UL.png No hidden divs on my end. Drawing into empty divs without any specific styling applied to them. Good to know though as I will want to do that eventually. On Dec 20, 1:04 pm, asgallant <[email protected]> wrote: > I made a jsfiddle with your code (http://jsfiddle.net/7kgMY/), and it looks > fine to me, so there's no problem there. Are you drawing in any hidden > divs? If so, you need to make the div's visible before drawing the charts > (you can set up an event listener to hide the div's once the chart fires > it's 'ready' event - in practice, there is typically no visible flashing of > the charts on and off). -- 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.
