This example should work at
http://www.ngtcollege.org/bannercfm/graphtest.cfm but the IE  browser just
keeps churning.  Netscape will say "done" but nothing appears.  Makes me
think something is setup wrong.
Viewing the source in IE gives me this:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=3,0,0,0" WIDTH=500 HEIGHT=300><PARAM NAME=movie
VALUE="/CFGraphingPage.cfm?Action=GetGraph&GraphFile=/cfgraphs/area.swt&Key=
290193689&Generate=TRUE&FileType=flash"><PARAM NAME=quality
VALUE=high><EMBED
src="/CFGraphingPage.cfm?Action=GetGraph&GraphFile=/cfgraphs/area.swt&Key=29
0193689&Generate=TRUE" quality=high WIDTH=500 HEIGHT=300
TYPE="application/x-shockwave-flash"
PLUGINSPACE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash"></EMBED></OBJECT>

----- Original Message -----
From: "Ann Harrell" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, June 03, 2001 9:27 PM
Subject: RE: Resubmit: cfgraph problem


> 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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to