Elastic lists in d3.js
13 February 2015
No Comments
Elastic lists is a good technique to navigate for a n-dimensional datasets, allowing to apply faceted browsing in a visual way. I believe the original idea is from Moritz Stefaner, you can see his excellent work about that here.
So far it seems there isn’t an implementation of Elastic lists with d3.js, so here it is a first approach, check it out here.
Source code is available, use it as you wish!
Have your say