<?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 - 7 - htmldocs - 00000226.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-25T08:50:02</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#62138" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#54011" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#51526" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#47260" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#43982" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#42357" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#40455" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#38575" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#38206" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#33526" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#31364" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#62138">
		<title>coldfusion/7/htmldocs/00000226.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#62138</link>
		<description>Many people run into the problem of having x axis labels like 3.7033333.  To get around this, make sure your scaleTo and gridLines values match this formula:&lt;br /&gt;&lt;br /&gt;scaleTo must be evenly divisible by (gridLines - 1)&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt;&lt;cfscript&gt;&lt;br /&gt;gridLines = 12;&lt;br /&gt;scaleTo = your_max_value_to_be_graphed;&lt;br /&gt;&lt;br /&gt;while ( scaleTo mod (gridLines - 1) NEQ 0) { scaleTo = scaleTo + 1;}&lt;br /&gt;&lt;/cfscript&gt;</description>
		<dc:creator>RyanZircon</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-02-12T07:59:14</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#54011">
		<title>coldfusion/7/htmldocs/00000226.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#54011</link>
		<description>I see a lot of postings on other blogs about removing the x-axis labels.  In the default.xml file of the CFusionMX7/charting/styles directory, add isVisible=&quot;false&quot; in the &lt;xaxis&gt; tag.  So it looks like &lt;xaxis isVisible=&quot;false&quot;&gt;.&lt;br /&gt;&lt;br /&gt;This changes the default frameChart style.  You can create your own style by copying the xml file and renaming it with a different file name.  Be sure to point to this new file with the styles=&quot;&quot; command in the cfchart tag.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-10-07T22:46:35</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#51526">
		<title>coldfusion/7/htmldocs/00000226.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#51526</link>
		<description>Concerning the &quot;URL&quot; attribute AFAIK you can't directly target to another window. To do so you must pass $ITEMLABEL$ variable via javascript. But it is problematic when $ITEMLABEL$ contains special characters like apostrophes. Indeed in this particular case JsStringFormat (with or without # signs) does exactly nothing : apostrophe are not escaped and generate a javascript &quot;missing ) after argument list&quot;. I believe it is a bug.&lt;br /&gt;&lt;br /&gt;&lt;cfchart &lt;br /&gt;		style=&quot;/charts/templates/mdb_pie.xml&quot;&lt;br /&gt;		format=&quot;flash&quot;&lt;br /&gt;		rl=&quot;javascript:Chart_OnClick('JsStringFormat($ITEMLABEL$)');&quot;&gt;&lt;br /&gt;		&lt;cfchartseries&lt;br /&gt;			...&gt;&lt;br /&gt;		&lt;/cfchartseries&gt;&lt;br /&gt;	&lt;/cfchart&gt;&lt;br /&gt;&lt;br /&gt;&lt;script&gt;&lt;br /&gt;	function Chart_OnClick(theItem)&lt;br /&gt;	{&lt;br /&gt;		theUrl = '/test.cfm?item=' + theItem';&lt;br /&gt;		pop_up=window.open(theUrl,'pop_up_frame');&lt;br /&gt;	}&lt;br /&gt;&lt;/script&gt;</description>
		<dc:creator>captaincanard</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-08-04T06:23:39</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#47260">
		<title>coldfusion/7/htmldocs/00000226.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#47260</link>
		<description>This page states that the default for showLegend is yes when in fact it is no. I wish it were yes since it was in CF6 now I have to add this value to all my charts that were previously created in CF6 so that the legend will show in CF7.</description>
		<dc:creator>jagz78</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-04-05T15:34:32</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#43982">
		<title>coldfusion/7/htmldocs/00000226.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#43982</link>
		<description>Note that the default for seriesplacement is not actually &quot;default&quot; but rather &quot;clustered&quot;. You will only notice a difference if you are viewing 3D graphs. This is probably a server bug rather than a docs bug so I'll report it as one.</description>
		<dc:creator>matthewes</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-01-08T12:33:46</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#42357">
		<title>coldfusion/7/htmldocs/00000226.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#42357</link>
		<description>There is a tech note, &quot;ColdFusion MX 7 and MX 7.0.1: Hot fix available for cfchart output not displaying with IIS 6&quot; at http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=37fc8e9e.</description>
		<dc:creator>ASandstrom</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-11-15T10:57:07</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#40455">
		<title>coldfusion/7/htmldocs/00000226.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#40455</link>
		<description>hey,&lt;br /&gt;&lt;br /&gt;two major mistakes in this page:&lt;br /&gt;&lt;br /&gt;- pieSliceStyle attributes has default to SOLID and not SLICED as said above&lt;br /&gt;- show3D attributes has default to NO and not YES as said above&lt;br /&gt;&lt;br /&gt;;o) happy coding to all !&lt;br /&gt;&lt;br /&gt;beefo</description>
		<dc:creator>beefo</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-10-05T06:29:54</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#38575">
		<title>coldfusion/7/htmldocs/00000226.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#38575</link>
		<description>The history section of the cfchart tag states the &quot;rotated&quot; attribute has been removed; however the &quot;Attributes&quot; table still includes the rotated attribute. Please update your attributes table.&lt;br /&gt;&lt;br /&gt;To show horizontal bars use the cfchartseries type=&quot;horizontalbar&quot;.</description>
		<dc:creator>rainbird</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-08-11T07:16:21</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#38206">
		<title>coldfusion/7/htmldocs/00000226.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#38206</link>
		<description>I suggest cfchart users to check out my blog - &lt;b&gt;&lt;a href=&quot;http://cfchart.blogspot.com&quot;&gt;Looking for help with CFChart?&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;cheers&lt;br /&gt;Prayank</description>
		<dc:creator>prayank</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-08-02T00:08:44</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#33526">
		<title>coldfusion/7/htmldocs/00000226.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#33526</link>
		<description>This technote discusses an &quot;image expired&quot; problem with cfchart: http://www.macromedia.com/go/tn_19328</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2005-05-18T06:31:04</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#31364">
		<title>coldfusion/7/htmldocs/00000226.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000226.htm#31364</link>
		<description>Applying custom styles to cfchart tag&lt;br /&gt;&lt;br /&gt;1. Create a custom style by using the webcharts designer. (&lt;cfinstall&gt;\charting\webcharts.bat)&lt;br /&gt;2. The custom style is in the style tab of the webcharts GUI.&lt;br /&gt;3. Save this xml in a file to your web root/ directory where you have the cfm to create the graph. (e.g. you save the file by name &quot;myStyle.xml&quot; in wwwroot\charts directory.&lt;br /&gt;4. Use the &quot;style&quot; attribute to import these settings in the &lt;cfchart&gt; tag. e.g.&lt;br /&gt;you have cfm in wwwroot folder then you can say -&lt;br /&gt;  &lt;cfchart style=&quot;charts\myStyle.xml&quot; .... other attributes&gt;&lt;br /&gt;&lt;br /&gt;regards&lt;br /&gt;Prayank</description>
		<dc:creator>prayank</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-04-12T21:39:11</dc:date>
	</item>
	</rdf:RDF>

