A conversion diagram

This is an example of what a conversion diagram looks like. The data visualized here is the product conversion of a fake small webshop.

The first column represents the times a product is shown in the shop, the second how much it has been viewed by a customer and the third how many customers bought the product.

The visualisation itself was build using the raw product data in json format and visualising it with the help of the javascript library D3 js. The javascript code for Conversion Diagram can be found here.

Everything about it is open source and you can find it on github. If you have any questions just drop me an email at sanstream[at]gmail.com.