Just thought i would post up my solution, this works in chrome, i have yet
to cross browser:
var myIFrame = chartDiv.getElementsByTagName('iframe')[0];
var content = myIFrame.contentWindow.document.body;
var rect = content.getElementsByTagName('rect')[2];
rect.setAttribute('fill-opacity', '1');
You should also be able to change the chart area background color with:
rect.setAttribute('fill', '#000000');
Thank you for your help asgallant.
--
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/-/YmdksOQnrqsJ.
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.