This is what I have and each series is getting the color I specify
using the seriescolor.

Dave

<cfchartseries type="bar"
  seriesLabel="Monthly Sales" seriesColor="##999999">
 <cfchartdata item = "1" value = "#Y1_Month[1]#">
 <cfchartdata item = "2" value = "#Y1_Month[2]#">
 <cfchartdata item = "3" value = "#Y1_Month[3]#">
</cfchartseries>

<cfchartseries type="bar"
  seriesLabel="Monthly Sales" seriesColor="##006699">
 <cfchartdata item = "1" value = "#Y2_Month[1]#">
 <cfchartdata item = "2" value = "#Y2_Month[2]#">
 <cfchartdata item = "3" value = "#Y2_Month[3]#">
</cfchartseries>



----- Original Message -----
From: "Eric O'Brien" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 17, 2002 5:19 PM
Subject: CFMX cfchart colors


> I'm trying to find a way to make each data point for a chart series a
unique
> color.  The colorlist attribute seems to only be  available for pie
> charts??? It seems pretty weak that Macromedia would not include this
basic
> functionality. Any ideas?
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to