I am using the new Google Visualization API (Chart API in particular),
I am unable to set the background fill to be transparent in IE. I have
tried the keyword 'transparent' and it does not work.
I have set the fill to null and the chart renders with a transparent
background across FireFox, Chrome, Opera, but not IE 6,7 or 8.
Here is the actual line of code I am using. The inability to set the
transapency on IE is driving me nuts to the point of abandoning the
Google API approach,
new
google.visualization.PieChart(document.getElementById('visualization')).draw(data,
{is3D: true, backgroundColor: {stroke:null, fill:null, strokeSize:
0},colors:
['#3775b5','#86C13F'],legendBackgroundColor:null,legend:'bottom',tooltipWidth:
111,tooltipHeight:80,tooltipFontSize:14});
Any help will be greatly appreciated.
--
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.