A blog reader asked on the chart post yesterday about Funnel charts in ColdFusion 10. So, I whipped up a quick demo of the same.
View Demo (Refresh screen if demo doesn't load the first time)
You will see that there are two charts. The default render doesn't show the legend at a good place, and fortunately with ZingChart + CF10 functionality we are able to position it much better by specifying the legend attribute for cfchart.
Let's look at the code.