If you just need simple pie charts or bar graphs, the java applets that
used to come with CF work out fine..
Take a look at survey results I just did for someone:
http://a1webs.com/pm-news/graphs.cfm
the survey is at:
http://a1webs.com/pm-news/
(don't look at the ugly colors - it had to blend in with an existing ugly
site:)
I think the java applets are on the allaire site someplace. To use, it is
simply:
<applet code="BarChart.class" codebase="http://a1webs.com/pm-news/"
width="300" height="300">
<PARAM NAME="ChartData.Columns" VALUE="Items,Values">
<PARAM NAME="ChartData.Items" VALUE="#items#">
<PARAM NAME="ChartData.Values" VALUE="#values#">
<PARAM NAME="Title" VALUE="#title#">
<PARAM NAME="BackgroundColor" VALUE="ffffff">
</applet>
You just have to fill in the items, values and title parameter from your
database.
Al Musella
a1webs.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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