adam203 Report post Posted August 19, 2009 (edited) Hello, I've noticed some weird issues with the color rendering of my charts. I'll set the same HEX code for the charts as well as the background of my tables on my web page (scripting in PHP using the Javascript embed method) and I notice that the colors appear slightly different. I can supply code and images to example the problem if necessary, but I wanted to first see if this is a known issue or maybe just caused by a different interpretation of the HEX codes between web browsers and FusionCharts. There also seems to be a very slight (white'ish) border around my charts when I darken the background, even though I've disabled all borders. Is the a workaround for this? Both issues are effecting both FusionCharts and FusionWidgets. Thank you, - Adam Edited August 19, 2009 by Guest Share this post Link to post Share on other sites
FusionCharts Support Report post Posted August 20, 2009 Hi, Could you please try with bgAlpha='100,100' ? Share this post Link to post Share on other sites
adam203 Report post Posted August 21, 2009 Sudipto, Thank you for the response. That seemed to fix the background color issue. Although now I'm still dealing with the second problem... there seems to be a slight border around the charts even after turning the border off. It almost looks like the charts are "raised" above the background. I've attached an image to display my problem. Thanks! - Adam Share this post Link to post Share on other sites
adam203 Report post Posted August 21, 2009 Okay, looks like I've figured it out. I had to set "MyChart.setTransparent(true);" to every chart. Didn't think I'd have to do this... but there you go. Thanks! - Adam Share this post Link to post Share on other sites
FusionCharts Support Report post Posted August 21, 2009 Share this post Link to post Share on other sites