// Set chart options
var options = {'is3D':true,
'width':340,
'height':300,
'chartArea': {'width': '70%', 'height':
'60%','top':0},
legend: {textStyle: {color: 'gray'}},
pieSliceText:'percentage',
colors: ['#00529c', '#2274bd', '#3688d1', '#4c9ce4',
'#62b0f7', '#b1daff']};
* if ($.browser.msie) {options['backgroundColor'] =
{fill: '#1d1d20'};}
else {options['backgroundColor'] = {fill:
'transparent'};}
For ie 7/8 your going to have to use a background color, but for all other
browsers it will be transparanr
*
--
You received this message because you are subscribed to the Google Groups
"Google Chart API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-chart-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.