Rough Guide To Dcjs
dc.js is quite a nice library which allows you to filter of multiple graphs intuitively.
Surprisingly it is not too difficult to develop on. If you have an understanding of .dimensions and .group(), you’re basically ready to go and start creating beautiful interactive dashboards. Below I have a simple example which I will quickly describe, particularly the parts of the library which I really like.
Exploring the Code .dimension allows you to easily define how you would like the “cut” the data.
[Read More]