i do that my friend
función printDiv (contenedor) {
var w = window.open ();
w.document.write ('<style type="text/html"> div {float: left;} </ style>');
w.document.write (container.innerHTML);
w.print ();
w.close ();
}
but the pie charts keep like this:

1
2
3
4
5..

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to