CodeMunkey Report post Posted September 16, 2011 I am using fusioncharts 3 with php. Setting the bgColor to #757575. The bgcolor will render with a hint of grey, but not as dark as should be. This same code works when switching to Pie3D.swf. In trying to find a solution, I tried to set the bgAlpha attribute but it seems to ignore that entirely (tried at both 0 and 100 values). Is there an updated version of this Doughnut2D.swf or some other solution? This is the design as was dictated to me so I do not have a lot of room for variance in the chart design. Also, on a side note, you guys should add some string escaping to the xml string passed into renderChart() function in PhP. Share this post Link to post Share on other sites
Guest Angshu Report post Posted September 19, 2011 Hi, Welcome to FusionCharts Forum! Could you please send us the generated XML code to look into the issue? Awaiting for your response. Share this post Link to post Share on other sites
CodeMunkey Report post Posted September 20, 2011 Hi, Welcome to FusionCharts Forum! Could you please send us the generated XML code to look into the issue? Awaiting for your response. <chart legendBgColor="757575" baseFontColor="FFFFFF" bgColor="757575" showvalues="1" showlegend="1" enablesmartlabels="1" showlabels="1"><set value="1" label="Failed"/></chart> Share this post Link to post Share on other sites
CodeMunkey Report post Posted September 20, 2011 in that above code, the bgcolor for the legend will appear correctly. the bgcolor for the rest of the chart will not. like i said, using the bgalpha attribute did not yield any results either Share this post Link to post Share on other sites