d3ify
v0.0.2
Published
An exportable version of d3: A small, free JavaScript library for manipulating documents based on data.
Downloads
6
Readme
d3ify
This is an exportable version of the d3 package.
Coffeescript example:
d3 = require 'd3'
Data-Driven Documents
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.
Want to learn more? See the wiki.
For examples, see the gallery and mbostock’s bl.ocks.