D3.js
D3, pronounced dee three, is another way to refer to a library that is supposed to enable and provide data-driven documents. It is a JavaScript library to manipulate documents based on data. You can find the latest version on www.d3js.org. D3 helps you visualize data using HTML, SVG, and CSS. D3's emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components with a data-driven approach to the manipulation of the Document Object Model (DOM) that is the basis of HTML and XML documents.
As such, D3.js is not limited to the visualization of graphs--it aims to solve the heart of many data visualization problems: being able to manipulate ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access