I went back to the beta forum to see if the information about the problem
was still there, but all the beta information is gone. Here is a working
example of a line graph with a fill though. If you want, I have other
examples I can send you.
Ann Harrell
<cfset Q1income=7600000>
<cfset Q2income=870000>
<cfset Q3income=930000>
<cfset Q4income=860000>
<cfgraph type="Line"
title="Quarterly Income"
fill="yes"
BackgroundColor="white">
<cfgraphdata item="Q1" value="#Q1income#">
<cfgraphdata item="Q2" value="#Q2income#">
<cfgraphdata item="Q3" value="#Q3income#">
<cfgraphdata item="Q4" value="#Q4income#">
</cfgraph>
> -----Original Message-----
> From: Jim Watkins [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, June 03, 2001 5:47 PM
> To: CF-Talk
> Subject: Resubmit: cfgraph problem
>
>
> Know one responded to this so am resending. Sure would
> appreciate some help
> here.
>
> Jim
>
> ----- Original Message -----
> From: "Jim Watkins" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Saturday, June 02, 2001 11:43 AM
> Subject: cfgraph problem
>
>
> > I have tried creating a sample graph in CF 5 using the <cfgraph> tag but
> the
> > browser just keeps on churning and never gives me data or
> error. What am
> I
> > doing wrong or do I neeed to set up something on the server?
> Code I used
> is
> > from documentation and is:
> >
> > <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>
> >
> > Any help would be appreciated!
> >
> >
> > 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