Here's a demo of a simple SVG Funnel chart. With Funnel charts the labels can be centered on the edge of each segment or in the center of each segment. Here they're centered on the edges. Unlike the canvas Funnel chart the SVG version does cannot taper to a point. Depending on the data that you have you could actually create an inverted Funnel chart.
This goes in the documents header:<script src="RGraph.svg.common.core.js"></script> <script src="RGraph.svg.funnel.js"></script>Put this where you want the chart to show up:
<div style="width: 500px; height: 500px" id="chart-container"></div>This is the code that generates the chart: