|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/3/2007 4:12:13 PM
Posts: 2,
Visits: 2
|
|
All,
I am pretty new to this. Heres what I am trying to do. I have a Multi-series Line Chart and I wanted to give the chart my own colors instead of picking the default ones. So all I did was (after reading the documentation) added a comma separated list of colors to the dataset element like this:
Assuming 3 different graphs will be produced in 3 different color, but what happens is all 3 graphs gets generated with the first color and there is use of the selection of color in this case.
Any clue whats going on here?
Any help will be greatly appreciated. Thanks,
-Sam
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/3/2007 4:12:13 PM
Posts: 2,
Visits: 2
|
|
my program code wasnt display in my earlier msg, heres the piece I wanted to send:
dataset seriesName='ABC' color='60AFFE, FF6600, B3EE3A'
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 2 days ago @ 7:57:52 PM
Posts: 1,956,
Visits: 468
|
|
| You'll need to set individual color for each dataset, as under: <dataset color='FF5904' ...>
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|