DC.JS

Description
dc.js is a high level Javascript library which provides templates for common chart types such as bars, scatter plots, line charts and others, rendered as SVGs. Its main distinguishing feature is the integration with crossfilter.js Thanks to crossfilter handling of underlying chart data, chart interactions such as clicking and dragging also act as filters on all other charts sharing the same data.
Comments
Tutorial
https://dc-js.github.io/dc.js/