Tested tool guide
Tested browser tools
Checked August 16, 2026
What Funnel Visualization Builder does, with a checked example
Funnel Visualization Builder turns a list of stages and the visitor count at each stage into a funnel chart. You name the stages (for example, landing page, sign up, purchase), enter how many visitors reached each one, and the chart draws a bar per stage scaled to its count, with the percentage lost between every pair of adjacent stages. The most common mistake is entering percentages where counts belong. The most common misreading: a steep drop-off rate is not automatically the biggest leak, because every rate is relative to the stage above it, and the actual loss in people can be small when few visitors reach that stage.
Worked example
A concrete input and expected output from the current implementation.
Input
Stages and visitor counts: Homepage 1000, Sign up 400, Purchase 100
->
Expected output
Three bars with Homepage at full width (1000 visitors), Sign up at 40% width (400), Purchase at 10% width (100). Drop-off labels between bars: Homepage to Sign up 60%; Sign up to Purchase 75%.
Drop-off is the share of the stage above that does not continue: 600 of 1000 (60%) from the first pair, then 300 of 400 (75%) into the final stage. Each bar's width follows its share of the largest count: 400 of 1000 is 40%, and 100 of 1000 is 10%.