Horizontal Funnel
Normally, Funnel charts are depicted vertically as a representation of actual physical funnels. Having said that, there’s no reason why funnels can’t be horizontal when a situation calls for it. It’s very easy to achieve this with amCharts 5.
Key implementation details
The only thing we need to do to create a horizontal funnel is to set orientation: "horizontal" on our FunnelSeries.
Related tutorials
Build this chart with AI
The prompt below can be used to build this chart with AI. For best coding results, use the most advanced AI models, like Claude Opus 4.6 and GPT-5.3-Codex. For more info and tips, check out amCharts AI docs.
Create a horizontal funnel chart. Display seven categories (One through Seven) with decreasing values: 10, 9, 6, 5, 4, 3, 1. Keep segment widths proportional. Display labels directly on the segments rather than aligned to the side. Add a legend positioned centrally at the top. Use the Animated theme. The chart should be 500px tall at full width. Use amCharts 5 library.
Demo source