Should the following code draw a simple pie graph when executed?  Or do i
need something else?

<cfgraph type="pie" title="Income by Department">
<cfgraphdata item="New Vehicle Sales" value=500000>
<cfgraphdata item="Used Vehicle Sales" value=250000>
<cfgraphdata item="Leasing" value=300000>
<cfgraphdata item="Service" value=400000>
</cfgraph>

Jim Watkins
http://www.ngtcollege.org


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to