Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Michael Bostock 4ff256dd76 Staged transitions. (d3.alt)
At first I thought we'd need to implement a deferred mode again, but it turns
out the deferred mode really doesn't buy you that much (beyond syntax). You
can do the same thing with event listeners and it'll probably be easier to
understand.
2010-10-23 18:39:26 -07:00
examples Export a tickFormat function. 2010-10-22 13:51:36 -07:00
lib Rewrap colorbrewer/LICENSE. 2010-10-14 10:25:56 -07:00
src Minor cleanup to ticks & tickFormat. 2010-10-22 16:06:59 -07:00
.gitignore Add _site to .gitignore. 2010-10-04 20:36:36 -07:00
LICENSE Fix typo in LICENSE. 2010-10-10 10:37:07 -07:00
Makefile Add `bind` action. 2010-10-21 12:53:56 -07:00
README.md Rename README.mkd -> README.md. 2010-10-14 10:25:12 -07:00
alt.html Staged transitions. (d3.alt) 2010-10-23 18:39:26 -07:00
d3.alt.js Staged transitions. (d3.alt) 2010-10-23 18:39:26 -07:00
d3.js Minor cleanup to ticks & tickFormat. 2010-10-22 16:06:59 -07:00
d3.min.js Minor cleanup to ticks & tickFormat. 2010-10-22 16:06:59 -07:00

README.md

d3.js / Data-Driven Documents

D3.js is a small, free JavaScript library for manipulating HTML documents based on data. D3 can help you quickly visualize your data as HTML or SVG, handle interactivity, and incorporate rich animations into your pages. You can use D3 as a visualization framework, or you can just use it to build dynamic pages. Unlike other systems, D3 doesnt tie you to a proprietary representation, so you are free to exercise the full capabilities of modern browsers.

See http://mbostock.github.com/d3/ to learn more!