Show HN: Funnel Visualization in HTML/CSS/D3.js
1–8 of 8 posts
Re: Show HN: Funnel Visualization in HTML/CSS/D3.js
#2Re: Show HN: Funnel Visualization in HTML/CSS/D3.js
#3Re: Show HN: Funnel Visualization in HTML/CSS/D3.js
#4Very interesting how it's only using one div and border hacks per segment. So I guess in theory this would work on older browsers, other than just content clipping in IE8, IE7, etc.
Re: Show HN: Funnel Visualization in HTML/CSS/D3.js
#5Re: Show HN: Funnel Visualization in HTML/CSS/D3.js
#6The 3d effect doesn't really make sense in this case, since it suggests that all the segments have actually equal width.
Kudos on working on a better visualization of funnel analysis. The traditional bar chart that tools like MixPanel use is also confusing. It explicitly convey that you're looking at the flow of actions.
I wrote an open source behavioral analytics database and I opted for separating the action visualization and the flow between actions in my D3.js funnel analysis visualization. Animation also helps to show the flow.
http://demo.skydb.io/gharchive/explore
(For context, that's GitHub Archive data so it's showing the next immediate action after a given action -- e.g. pushes, repo creation, GitHub follows, etc)