Groups | Blog | Home
all groups > coldfusion flash integration > april 2005 >

coldfusion flash integration : CFCHART not properly generating


WolfShade_2k
4/4/2005 8:43:50 PM
I'm trying to dynamically generate a CFCHART, and all the bars are correctly
appearing, but not all the names are. I can't provide a link to show as the
dev folder is internal only; but I can give you code I'm using.

Basically it's generating the chart and bars just fine, but not all the names
are appearing. Any ideas?

Thanks,

WolfShade


<cfchart format="flash" chartheight="600" chartwidth="540"
scalefrom="1" scaleto="35" showxgridlines="yes"
showygridlines="no" showborder="yes" fontbold="no"
fontitalic="no" show3d="no" rotated="no" sortxaxis="no"
showlegend="no" showmarkers="no">
<cfloop query="get_res_learningplan_step4_info">
<cfchartseries type="horizontalbar">
<cfchartdata
item="#trim(get_res_learningplan_step4_info.asq_category)#"
value="#val(get_res_learningplan_step4_info.avg_score)#"/>
</cfchartseries>
</cfloop>
</cfchart>
snaz
4/14/2005 9:58:46 PM
See Macromedia Coldfusion forum ... there is a major bug in scaleto and scalefrom. A work around technote should have been posted this week, but has not yet been posted.

From http://www.developmentnow.com/g/66_2005_4_0_0_374393/CFCHART-not-properly-generating.htm

Posted via DevelopmentNow.com Groups
prayank
6/23/2005 12:29:18 PM
hi please have a look at :
http://cfchart.blogspot.com

I have also posted an addendum for the scaling problem fix with the technote.
cheers
AddThis Social Bookmark Button