I got IE to work with:
<script type="text/javascript">
$(window).load(function () {
$('.ls-layer').css("display","none");
});
</script>
but FireFox still continues to be an issue.
Someone recently emailed this option...
document.getElementById('chart_div').style.display = 'block';
google.visualization.events.addListener(chart, 'ready', function () {
document.getElementById('chart_div').style.display = 'none';
});
I might give this a shot considering the jQuery isn't working in Firefox...
--
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/-/breO3VrEOLgJ.
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.