Did you found any solution?

El lunes, 10 de septiembre de 2012 09:09:45 UTC-11, Gwi7d30 escribió:
>
> 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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to