Jump to content


Meant For Php Forum


  • Please log in to reply
1 reply to this topic

#1 jpg27

jpg27

    Forum Newbie

  • Members
  • 2 posts

Posted 15 October 2010 - 06:46 PM

Sorry, wrong forum, was meant for PHP

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.


#2 Basundhara Ghosal

Basundhara Ghosal

    Supreme Being

  • Members
  • PipPipPipPipPipPipPipPip
  • 2459 posts

Posted 19 October 2010 - 07:07 AM

Hi,

In case you wish to apply gradient to the background color of the chart, please try specifying the list of the colors using the attribute "bgColor" separated by coma.

Ref.- bgColor=FF0000,00FF00;

I hope this helps. :)
Regards,

Basundhara Ghosal

[url="http://www.twitter.com/fusioncharts"]Follow us[/url] on Twitter :D