Hi Juan, I actually took the site down a few months ago that had this issue. With FF at least, I think things began to work again? I honestly can't remember because it has been so long since I last worked on this issue.
Best, On Fri, Oct 3, 2014 at 1:43 PM, Juan Carlos Loáisiga Montiel < [email protected]> wrote: > 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 a topic in the > Google Groups "Google Visualization API" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-visualization-api/TX0jyTuCW0U/unsubscribe > . > To unsubscribe from this group and all its topics, 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. > -- Garrett GwiazdaMeteorologist Web Developer Systems Administrator [email protected] (802)399-415719 Springbrook Way Hudson Falls, NY 12839 ------------------------------ -- 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.
