-Login to your CF Administrator
-Click the charting Link.

Try these settings:

Disk Cache
50 
4
C:\CFusionMX\charting\cache

This should solve your problem.



Ryan Duckworth 
Macromedia ColdFusion Certified Professional
Uhlig Communications 
10983 Granada Lane 
Overland Park, KS 66211
(913) 754-4272

-----Original Message-----
From: Guy Bambury [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 28, 2004 9:27 AM
To: CF-Talk
Subject: cfchart / cfgraph help please

Hello, 

I am currently trying to generate some bar charts.
The server we are running is 
Version 6,0,0,48097 Professional 

On using cfchart or cfgraph the page that loads just shows the little
place holder as if you were missing a picture (the white square with a
red cross)

After looking in the server chart cache directory I can see the relevant
image files it generates witch are viewable.

Its as if the server was not generating the correct path for them to be
displayed when the page loads.

The code i used was

cfgraph 

<CFGRAPH TYPE="pie" fileFormat = "jpg">
<CFGRAPHDATA ITEM="G" VALUE="7">
<CFGRAPHDATA ITEM="PG" VALUE="28">
<CFGRAPHDATA ITEM="PG13" VALUE="16">
<CFGRAPHDATA ITEM="R" VALUE="31">
</CFGRAPH>

and I tried cfchart

<cfchart pieslicestyle="solid" format="png" chartHeight = "200"
chartWidth = "300" font="Arial" gridlines=6 showborder="yes"
show3d="yes" 
  yAxisTitle = "Test X Axis" >      

<cfchartseries type="pie" seriesColor="olive" paintStyle="plain"> 

<cfchartdata 
  item = "Test item 1" 
  value = "1"> 
<cfchartdata 
  item = "Test item 2" 
  value = "5  ">             
<cfchartdata 
  item = "Test item 3" 
  value = "55">               
</cfchartseries>           
</cfchart> 


As I said both these generate the correct pictures representing the
graphs, they are just not posted back to the page.

Any Ideas Please

Kind Regards Guy




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF 
community.
http://www.houseoffusion.com/banners/view.cfm?bannerid=34

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182812
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to