FusionCharts Forum: Meant For Php Forum - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Meant For Php Forum

#1 User is offline   jpg27 

  • Forum Newbie
  • Group: Members
  • Posts: 2
  • Joined: 15-October 10

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);

This post has been edited by jpg27: 15 October 2010 - 06:56 PM

-3

Other Replies To This Topic

#2 User is offline   Basundhara Ghosal 

  • Supreme Being
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2459
  • Joined: 15-September 09

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

Follow us on Twitter :D
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic