Hi,
I installed the free version a couple of days ago and I am having trouble changing the color or should I say, not showing any background color. This is the part of the code I am using to configure how the chart looks. If I put bgColor=false, a blue electric color appears. Or of I put a color and an alpha, the color still shows completely solid. Any help will be appreciated
$FC3 = new FusionCharts("StackedColumn3D","600","400");
$FC3->setSWFPath("../includes/funciones/");
$strParam3="areaBgColor=000000;bgColor=000000;bgAlpha=0;xAxisName=Dias;yAxisName=Visitas;decimalPrecision=0;rotateNames=1;numDivLines=3;showValues=1;formatNumberScale=0";
$FC3->setChartParams($strParam3);
Edited by jpg27, 15 October 2010 - 06:56 PM.











