Hi
Ive read that and followed it.
I still get a stripe on the Canvas of the chart.(one stripe background / 1 stripe grey etc)
This is the code:
#Store chart attributes in a variable
$strParam="caption=Wagering Profit (WSP);bgAlpha=0,0;canvasbgAlpha=0;";
I have tried
#Store chart attributes in a variable
$strParam="caption=Wagering Profit (WSP);bgAlpha=0,0;canvasbgAlpha=0,0;";
AND my render code
echo renderChart("FusionCharts/FusionCharts/Column2D.swf", $strDataURL, "", "chart1", 300, 200, false, true, true);
Whats left to change?
thanks
Simon