Hey,
I have a system that needs to be able to open a new window and
dynamically load a google visualization (piechart to be exact) into a
target element in that newly opened window.
For some reason it does not work - It appends an iFrame into the
proper element, but the visualization itself doesn't appear.
I load the chart (after fetching data etc) like that:
var chart = new
google.visualization.PieChart(newWindow.document.getElementById("chartarea"));
If I use a DIV in the main window it all works - the piechart appears
without any problems.
--
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].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.