
Even a great analysis is worthless if no one understands the results or simply chooses to ignore them, and that depends upon the briefing or presentation to present analysis results to the users. Your analysis report has to be very reader-friendly and it should also contains certain elements like graphs, tables, charts etc. which convey information quickly and concisely.
D3.js is a JavaScript library for manipulating documents based on data. It helps you bring data to life using HTML, SVG(Scalable Vector Graphics) and CSS. It allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. It is fast, supports large datasets and has dynamic behaviors for interaction and animation.
Few examples:


How to download and use D3.js ?
You can download the latest version at www.d3js.org or,you can directly link to the latest release, by copying the following snippet:
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>













