[visualization-api] Re: Google Chart in IE (not picking up default font of Arial - using a script font like Corsiva)

2014-10-27 Thread Juan Carlos Loáisiga Montiel
Did you found the solution?

El viernes, 5 de agosto de 2011 14:29:02 UTC-11, coder_ro escribió:

 I have the same problem and am working on it (or around it).  let me 
 know if you find a solution. 

 On Jun 29, 2:08 pm, CZ christina.zellman.penn.medic...@gmail.com 
 wrote: 
  Hi, 
  
  I have created some Google Charts with the Visualization API, but I 
  noticed that InternetExploreris not displaying the defaultfontof 
  Arial - instead it shows a scriptfontlike Corsiva.  Arial appears in 
  Firefox, Chrome, Opera, etc., but IE is not behaving correctly.  Any 
  suggestions?  I even tried to specify the fontName as Arial as an 
  option, but even this won't work in IE - please help!! 
  
  Thanks, 
  Chrissy

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[visualization-api] Re: IE FF Glitch with Multiple Google Charts in jQuery Slider

2014-10-03 Thread Juan Carlos Loáisiga Montiel
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.