You should try to change the display to none only after getting the chart's 'ready' event, which means that it finished rendering.
Hope this helps, Viz Kid On Wed, Jan 19, 2011 at 5:27 PM, asgallant <[email protected]>wrote: > I rewrote the script to draw the charts on visible divs and then hide > them immediately after, by inserting: > > hide = document.getElementById('chart_02'); > hide.style.display = "none"; > > at the end of "drawChart()" and setting div chart_02 to "display: > block" > > This fixes the problem in IE, but does not fix it in Firefox. > > -- > 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]<google-visualization-api%[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.
