Simple.Chen

Transparent Bgground Change To White ?

Recommended Posts

I had set the attribute like this

bgAlpha='0,0' canvasbgAlpha='0'

but my chart also show the bggroud with color white . why ?

 

and how to disable the shadow of the polt ?

i already set

showPlotBorder='0' plotBorderDashed='0'

the parting line of every sector see clearly

how i can disable it ?

post-27915-0-41607900-1338262598_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Sumedh

I had set the attribute like this

bgAlpha='0,0' canvasbgAlpha='0'

but my chart also show the bggroud with color white . why ?

 

and how to disable the shadow of the polt ?

i already set

showPlotBorder='0' plotBorderDashed='0'

the parting line of every sector see clearly

how i can disable it ?

 

Hi,

 

You would need to set bgAlpha attribute to '0,0' in the XML.

 

Ref. Code:

<chart ... bgAlpha='0,0'>

 

Also, you would need to call setTransparent function on the chart reference.

 

Ref. Code:

myChart.setTransparent(true);

Share this post


Link to post
Share on other sites

There is another question about the transparent background of the chart,

in ie6 the transparent background change to the light gray color , how i can fix it ?

waiting for your reply.

 

Hi,

 

You would need to set bgAlpha attribute to '0,0' in the XML.

 

Ref. Code:

<chart ... bgAlpha='0,0'>

 

Also, you would need to call setTransparent function on the chart reference.

 

Ref. Code:

myChart.setTransparent(true);

post-27915-0-42489800-1340696277_thumb.jpg

Edited by Simple.Chen

Share this post


Link to post
Share on other sites
Guest Sumedh

There is another question about the transparent background of the chart,

in ie6 the transparent background change to the light gray color , how i can fix it ?

waiting for your reply.

 

 

 

Hi,

 

I am not able to replicate the same.

 

Please find attached screen-shot of chart which is rendered in Internet Explorer 6.

post-24802-0-84270000-1340701562_thumb.png

Share this post


Link to post
Share on other sites

Hi,

 

I am not able to replicate the same.

 

Please find attached screen-shot of chart which is rendered in Internet Explorer 6.

 

Thank you very much for your reply!

it's the fault of the chart bgground image ,

a png format image , if display in the IE 6 , the transparent bgground will change to gray……

Share this post


Link to post
Share on other sites
Guest Sumedh

Thank you very much for your reply!

it's the fault of the chart bgground image ,

a png format image , if display in the IE 6 , the transparent bgground will change to gray……

 

Hi,

 

I am not able to replicate the same. Its working fine with .png background.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now