When I run this code:


<cfset var1=4>
<cfset var2=16>
<cfset var3=8>


<cfchart format = "jpg" chartheight="400" chartwidth="602" xAxisTitle=
"Criteria" scalefrom="0" scaleto="20" gridlines="9"
seriesplacement="cluster" >  
<cfchartseries type="bar" seriesColor="Purple" serieslabel="None" >     
               <cfchartdata item="group1" value="#variables.var1#" >
               <cfchartdata item="group2" value="#variables.var2#">
               <cfchartdata item="group3" value="#variables.var3#">
</cfchartseries>
</cfchart>


I get a page with a broken image on it?  When I change the format to the
flash default it just hangs and processes nothing.


I haven't upgraded this server to 6.1 yet, but I am hoping that someone
will say, "Hey that's corrected in 6.1".

-----------------------
Ricky Fritzsching


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to