Oct 24, 2012

D3 Tutorial

 



D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. For example, you can use D3 to generate an HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction. 

New to programming? This D3-Tutorial by Jeff Heer, Scott Murray and Jerome Cukier is for you:

D3-Tutorial

And a very helpfull Cheat Sheet:

d3 cheat sheet




D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life 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 and a data-driven approach to DOM manipulation. 

No comments: