Add Comment
CFChart Example
ColdFusion Tutorial #48
The following example shows a few different types of charts you can make in CF: Bar Chart, Pie Chart, Horisontal Bar Chart.
demo.cfm
All of the charts invoke various methods from the ChartData.cfc file which has functions to retrieve data for the chats.BikePriceDetail.cfm
The last chart is more complicated as it is capable of "drilling down". So, if you click on any value shown in a chart, you will be moved to this page which shows the full detail list of this item.ChartData.cfc
Here is the CFC containing the methods used to populate the charts.Demo
See this code running!
Download
Download this code as a zip!
Comments
The demo for this tutorial (http://www.learncf.com/tutorial/48) is not working.Andre @ Wednesday 17 Apr 2013 - 12:34:36 PM
Click button to add a comment
Author
Tim Kuzmitskiy