tsweet Report post Posted April 23, 2009 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
FusionCharts Support Report post Posted April 23, 2009 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
tsweet Report post Posted April 23, 2009 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
FusionCharts Support Report post Posted April 23, 2009 Hi, As per general XML validation rules there should not be duplicate attribute. Anyways, our chart does not use this validation, rather takes the first one. happy t:) help. Share this post Link to post Share on other sites
getkingnow Report post Posted August 25, 2015 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
Swarnam Report post Posted August 25, 2015 Hi, Please check the fiddle at: http://jsfiddle.net/wYj95/480/ Share this post Link to post Share on other sites
getkingnow Report post Posted August 28, 2015 Thank you that worked. I got the background color to change. Share this post Link to post Share on other sites