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].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.