Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Michael Bostock 18a6e2941a Restore previous enter behavior.
It's a lot more predictable if we always use selectAll to determine the parent
node for a given group, rather than trying to infer parent nodes per node
during select.
2010-10-24 12:13:15 -07:00
examples Restore previous enter behavior. 2010-10-24 12:13:15 -07:00
lib Rewrap colorbrewer/LICENSE. 2010-10-14 10:25:56 -07:00
src Restore previous enter behavior. 2010-10-24 12:13:15 -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 "key" to join attributes. Event support. 2010-10-24 10:56:29 -07:00
README.md Rename README.mkd -> README.md. 2010-10-14 10:25:12 -07:00
alt.html Restore previous enter behavior. 2010-10-24 12:13:15 -07:00
d3.js Restore previous enter behavior. 2010-10-24 12:13:15 -07:00
d3.min.js Restore previous enter behavior. 2010-10-24 12:13:15 -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!