d3.js – Data-Driven Documents

From http://mbostock.github.com/d3/:

D3.js is a small, free JavaScript library for manipulating documents based on data. D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a trivial example, you can use D3 to generate a basic HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction.

Via Miska Knapek.

This entry was posted in HTML5-JS and tagged . Bookmark the permalink.

Leave a Reply