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.