Feature request
Currently the funnel list does not show a funnel's conversion rate. You only see the
per-step conversion rates after expanding a funnel.
It would be helpful to get an at-a-glance conversion rate per funnel while it's still
collapsed.
Proposed solution
Add a progress-style bar (e.g. green) below each funnel in the list, showing the
overall conversion rate in %, similar to how Goals already display it.
Note on visualization
Most funnel conversion rates cluster near the low end (0–a few %), so a purely linear
0–100% bar would make almost all entries look near-empty and hard to compare. A
non-linear or relative scale would read better — e.g. a sqrt scale or normalizing
to the highest rate in the list — while always showing the exact % as a label.
(A pure log scale is awkward here because 0% is a valid value.)
Environment
- Deployment: self-hosted (Docker)
- Rybbit version: v2.6.1
Feature request
Currently the funnel list does not show a funnel's conversion rate. You only see the
per-step conversion rates after expanding a funnel.
It would be helpful to get an at-a-glance conversion rate per funnel while it's still
collapsed.
Proposed solution
Add a progress-style bar (e.g. green) below each funnel in the list, showing the
overall conversion rate in %, similar to how Goals already display it.
Note on visualization
Most funnel conversion rates cluster near the low end (0–a few %), so a purely linear
0–100% bar would make almost all entries look near-empty and hard to compare. A
non-linear or relative scale would read better — e.g. a sqrt scale or normalizing
to the highest rate in the list — while always showing the exact % as a label.
(A pure log scale is awkward here because 0% is a valid value.)
Environment