<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6 - CFML_Reference - Tags-pt114.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-26T07:46:03</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#33727" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#25131" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#24753" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#21346" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#17829" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#16091" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#16084" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#13444" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#11603" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#1104" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#876" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#1077" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#1078" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#313" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#492" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#33727">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#33727</link>
		<description>It's actually possible to format dates in the query itself (at least in SQL Server) using the T-SQL &quot;convert&quot; function:&lt;br /&gt;&lt;br /&gt;Select convert(char(10), taskRecDate, 101) as RecDate&lt;br /&gt;&lt;br /&gt;The function will convert the date to mm/dd/yyyy format. Using &quot;1&quot; instead of &quot;101&quot; will convert to mm/dd/yy format.</description>
		<dc:creator>winb99</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-05-20T09:26:50</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#25131">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#25131</link>
		<description>Now colorlist *only* works with a pie chart? What if I want one item on a bar chart to stand out by making it a different color? &lt;br /&gt;How do I get multiple colors on a single bar graph</description>
		<dc:creator>theram1</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-12-07T09:53:54</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#24753">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#24753</link>
		<description>Found a way to make the chart colour work for a single record set.&lt;br /&gt;&lt;br /&gt;&lt;cfchart scaleFrom=&quot;0&quot; scaleTo=&quot;100&quot; gridlines=&quot;5&quot; format=&quot;flash&quot; chartwidth=&quot;500&quot; chartHeight=&quot;600&quot; fontsize=&quot;10&quot; sortXAxis=&quot;no&quot; showYGridlines = &quot;yes&quot; labelFormat=&quot;number&quot; &gt;&lt;br /&gt;&lt;cfchartseries type=&quot;bar&quot; query=&quot;query&quot; valueColumn=&quot;Result&quot; itemColumn=&quot;Report&quot; seriesColor=&quot;66cc00&quot; paintStyle=&quot;shade&quot;&gt;&lt;/cfchartseries&gt;&lt;br /&gt;&lt;cfif query.recordcount EQ &quot;1&quot;&gt;&lt;br /&gt;&lt;cfchartseries type=&quot;bar&quot; seriesColor=&quot;66cc00&quot;&gt;&lt;br /&gt;&lt;/cfif&gt; &lt;br /&gt;&lt;/cfchart&gt;&lt;br /&gt;&lt;br /&gt;Works Beautifully.</description>
		<dc:creator>B_Cooper</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-12-01T09:40:59</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#21346">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#21346</link>
		<description>Noted :halL, made stated that the known issue of seriesColor displaying yellow for only one item in a data set, would be fixed in an a future release....&lt;br /&gt;Is there a target date for this release?  Is there a known work-around for this issue?</description>
		<dc:creator>mojenals</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-09-14T11:15:09</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#17829">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#17829</link>
		<description>I agree, I'm frustrated that I can't format dates on the X axis.  It defaults to the really long version (ie. 2004-01-01 00:00:00).</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-30T09:19:38</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#16091">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#16091</link>
		<description>The problem noted by No screen name said on Jun 4, 2004 is known and should be fixed in a future release.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-06-04T13:34:52</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#16084">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#16084</link>
		<description>If I set a seriesColor on a bar chart, and the chart only contains one bar (i.e. one row from a query, or one cfchartdata tag) then the color seems to default to yellow. More than one bar and it all works perfectly. Am I missing something here? Can't see anything in the docs to indicate why this is.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-04T11:02:11</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#13444">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#13444</link>
		<description>You've gotta get the x-axis date formatting capability in there guys...this is why most people will use a third party solution for charting i.e. lack of complete control.</description>
		<dc:creator>TimElleston</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-04-27T09:00:23</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#11603">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#11603</link>
		<description>How do I make the graph showing 3d but aligned forward looking like Steps?</description>
		<dc:creator>manzz</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-03-23T23:54:58</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#1104">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#1104</link>
		<description>Need a way to format (e.g., DateFormat...) x-axis dates.</description>
		<dc:creator>jgillett</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-07-17T16:31:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#876">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#876</link>
		<description>It is disappointing that several useful attributes are now ignored.&lt;br&gt;Title - I need to label my charts with a title!&lt;br&gt;&lt;br&gt;Now colorlist *only* works with a pie chart? What if I want one item on a bar chart to stand out by making it a different color?&lt;br&gt;&lt;br&gt;It would also be nice if another attribute were added Footnote - this can be used when it is necessary to know where the data came from.</description>
		<dc:creator>Nonnie</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-06-26T16:00:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#1077">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#1077</link>
		<description>You can turn off markers with the style &quot;none&quot;. Also, the documentation has an error - the style &quot;letter&quot; is really &quot;letterx&quot; for an &quot;X&quot;, not any old letter (or a series of letters).</description>
		<dc:creator>d3ut3r0n</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-06-26T06:53:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#1078">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#1078</link>
		<description>You can turn off markers with the style &quot;none&quot;. Also, the documentation has an error - the style &quot;letter&quot; is really &quot;letterx&quot; for an &quot;X&quot;, not any old letter (or a series of letters).</description>
		<dc:creator>d3ut3r0n</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-06-26T06:53:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#313">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#313</link>
		<description>How can I set the markerStyle to nothing? You can set them to visible on the cfchart level but how do you hide them on an individual series level</description>
		<dc:creator>crafty</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2003-02-05T09:42:00</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#492">
		<title>coldfusion/6/CFML_Reference/Tags-pt114.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt114.htm#492</link>
		<description>Macromedia update: With cfchartseries/Cfchart there is an upper limit of 16 series.  With more than 16 series an error is thrown.</description>
		<dc:creator>rnielsen</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-10-04T12:52:00</dc:date>
	</item>
	</rdf:RDF>

