What is happening here is that the document's 'ready' event is firing 
before the gauge finishes drawing, so the dimensions are all messed up. 
 The solution is to move the document 'ready' code into a 'ready' event 
handler for the gauge.  You might also want to consider changing the  $(
"#chart_div").hide(); and  $("#chart_div").show(); lines to target the 
'right' div instead.

On Tuesday, June 19, 2012 3:42:01 PM UTC-4, Denonth wrote:
>
> Does anyone has some idea?

-- 
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/-/DwoYBjxipU4J.
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.

Reply via email to