<!--- Create the chart --->
<cfchart 
        pieslicestyle="solid"
        format="flash"
        chartHeight = "200" 
        chartWidth = "300" 
        font="Arial"
        gridlines=6
        showborder="yes"
        show3d="yes"
        yAxisTitle = "Test X Axis"
        url="index.cfm?Item=URLPARAMS HERE">            
<!--- Create the chart parameters for a pie chart --->
<cfchartseries 
        type="pie" 
        seriesColor="olive" 
        paintStyle="plain">
<!--- Loop over values to assign the chart data --->
<cfchartdata 
        item = "Test item 1"
        value = "1">
<cfchartdata 
        item = "Test item 2"
        value = "5      ">                                              
<cfchartdata 
        item = "Test item 3"
        value = "55">                                                   
</cfchartseries>                                        
</cfchart>              

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

-----Original Message-----
From: Sim, Charles [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 21, 2004 9:07 AM
To: CF-Talk
Subject: Need a functioning static CFCHART sample

I'm looking for a simple functioning static CFCHART sample so that I can
test our LINUX/MX 6.1 system.

Does anyone have a working sample they can send me, or can anyone write
and test something and send it to me. 

I have writen a test peice, but I have no idea if it's bad code, or a
bad server config that is crashing it. 

Thanks,

Charles


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:182189
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