Sign in to follow this  
tsweet

bgColor not working on Pie2D

Recommended Posts

I'm building a chart in ColdFusion, and everything worked fine. But when I added a bgColor, it appears to do absolutely nothing.

Inside the <chart> I've tried: bgAlpha='100' bgColor='CCCCCC,CCCCCC'

and: bgAlpha='100' bgColor='CCCCCC'

and: bgColor='CCCCCC'

But the background is still white. I need to make it a light grey.

I am using a baseFontSize = 12 also.

Any reason why the background color won't change?

Thanks.

Share this post


Link to post
Share on other sites

hi,

 

 

 

Could you please try this?

 

 

 

<chart bgColor='99CCFF' bgAlpha='100' >

 

<set label='France' value='17' />

 

<set label='India' value='12' />

 

<set label='Brazil' value='18' />

 

<set label='USA' value='8' isSliced='1'/>

 

</chart>

 

 

 

 

 

Please send us your XML. It might be the case that you might have added some other attributes which might be influencing this setting.

Share this post


Link to post
Share on other sites

Ok, found that it had another bgColor tag in there. Evidently, it takes the first one. Thanks for the help. Sometimes the XML is pretty bulky to go through.

Share this post


Link to post
Share on other sites

I'm using Fusion Charts XT and this problem still exists with my 2D doughnut chart.  I cannot get the chart background to change to any color other than white. Is there a solution?

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
Sign in to follow this