>  Your Sir are the Man!!!
>>
>>
On finally query:

I have issues with the transparent background in IE 7/8.

On another chart i am creating I solve this by doing this:

        // 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'};} *


Where do i add:

*        if ($.browser.msie) {options['backgroundColor'] = {fill: 
'#1d1d20'};} 
                    else {options['backgroundColor'] = {fill: 
'transparent'};} 

to the code you sovled for me?

Many Many Many thanks!
*

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
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