Sign in to follow this  
Deb.Penny

MSCombi2D Lines fade from color to white

Recommended Posts

I'm using MSCombi2D and the lines begin as a color then fade to white.  I've tried all the suggestions but the lines still fade to white.

  
<?xml version="1.0" encoding="utf-8" ?> - <chart imageSave="[b]1[/b]" imageSaveURL="[b]FusionChartsSave.php/w493594b122684[/b]" labelStep="[b]3[/b]" yAxisName="[b]Clips[/b]" caption="[b]New Widget[/b]" bgColor="[b]FFFFFF[/b]" showBorder="[b]0[/b]" borderColor="[b]ffffff[/b]" outCnvBaseFontColor="[b]666666[/b]" showNames="[b]1[/b]" showValues="[b]0[/b]" plotFillAlpha="[b]0[/b]" numVDivLines="[b]10[/b]" showAlternateVGridColor="[b]1[/b]" AlternateVGridColor="[b]e1f5ff[/b]" divLineColor="[b]e1f5ff[/b]" vdivLineColor="[b]e1f5ff[/b]" baseFontColor="[b]666666[/b]" zgapplot="[b]20[/b]" zdepth="[b]60[/b]" exeTime="[b]2[/b]">- <categories>  <category label="[b]01/2008[/b]" />   <category label="[b]02/2008[/b]" />   <category label="[b]03/2008[/b]" />   <category label="[b]04/2008[/b]" />   <category label="[b]05/2008[/b]" />   <category label="[b]06/2008[/b]" />   <category label="[b]07/2008[/b]" />   <category label="[b]08/2008[/b]" />   <category label="[b]09/2008[/b]" />   <category label="[b]10/2008[/b]" />   <category label="[b]11/2008[/b]" />   <category label="[b]12/2008[/b]" />   </categories>- <dataset seriesName="[b]Cisco[/b]" color="[b]#AFD8F8[/b]" plotBorderColor="[b]#AFD8F8[/b]" renderAs="[b]Area[/b]">  <set value="[b]18[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20080101','20080131');[/b]" />   <set value="[b]17[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20080201','20080229');[/b]" />   <set value="[b]11[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20080301','20080331');[/b]" />   <set value="[b]23[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20080401','20080430');[/b]" />   <set value="[b]21[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20080501','20080531');[/b]" />   <set value="[b]30[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20080601','20080630');[/b]" />   <set value="[b]81[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20080701','20080731');[/b]" />   <set value="[b]115[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20080801','20080831');[/b]" />   <set value="[b]4794[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20080901','20080930');[/b]" />   <set value="[b]4086[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20081001','20081031');[/b]" />   <set value="[b]0[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20081101','20081130');[/b]" />   <set value="[b]0[/b]" link="[b]javascript:doLinearSearch('w493594b122684','Cisco','20081201','20081231');[/b]" />   </dataset>  </chart>

any suggestions??

Many thx.

-D

Share this post


Link to post
Share on other sites

Hi,

Please use <chart> attribute - plotGradientColor="" and <dataset> attribute alpha="100" . please use color code with out #.  only use color='AFD8F8'

<chart imageSave="1" imageSaveURL="FusionChartsSave.php/w493594b122684" labelStep="3" yAxisName="Clips" caption="New Widget" showNames="1" showValues="0" plotGradientColor="" >

  <categories>

  <category label="01/2008" />

  <category label="02/2008" />

  <category label="03/2008" />

  <category label="04/2008" />

  <category label="05/2008" />

  <category label="06/2008" />

  <category label="07/2008" />

  <category label="08/2008" />

  <category label="09/2008" />

  <category label="10/2008" />

  <category label="11/2008" />

  <category label="12/2008" />

  </categories>

  <dataset seriesName="Cisco" alpha="100" color="AFD8F8" plotBorderColor="AFD8F8" renderAs="Area">

  <set value="18" link="doLinearSearch('w493594b122684','Cisco','20080101','20080131');" />

  <set value="17" link="doLinearSearch('w493594b122684','Cisco','20080201','20080229');" />

  <set value="11" link="doLinearSearch('w493594b122684','Cisco','20080301','20080331');" />

  <set value="23" link="doLinearSearch('w493594b122684','Cisco','20080401','20080430');" />

  <set value="21" link="doLinearSearch('w493594b122684','Cisco','20080501','20080531');" />

  <set value="30" link="doLinearSearch('w493594b122684','Cisco','20080601','20080630');" />

  <set value="81" link="doLinearSearch('w493594b122684','Cisco','20080701','20080731');" />

  <set value="115" link="doLinearSearch('w493594b122684','Cisco','20080801','20080831');" />

  <set value="4794" link="doLinearSearch('w493594b122684','Cisco','20080901','20080930');" />

  <set value="4086" link="doLinearSearch('w493594b122684','Cisco','20081001','20081031');" />

  <set value="0" link="doLinearSearch('w493594b122684','Cisco','20081101','20081130');" />

  <set value="0" link="doLinearSearch('w493594b122684','Cisco','20081201','20081231');" />

  </dataset>

</chart>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this