I would like to generate funnel chart on my web page. I am using Google Graph for all graphs, but it seems funnel type is not supported by it.
So what now? Could you please recommend any non-flash alternative for Google Graph which could works with funnel type as well?
I was just looking around myself and found:
http://www.fusioncharts.com/demos/gallery/#funnel-chart
One drawback is that the free version only renders in Flash and the paid version is $399 for a single license!
A free library http://www.jqplot.com/ seems to handle funnels in JS. eg:
Other people have “hacked” together a “solution” in google charts by centering a bar chart: Centered bars on a Google Chart BarChart?