Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Michael Bostock 5c72d2c1c6 Add sort operator. 2010-11-01 23:28:27 -07:00
examples Add sort operator. 2010-11-01 23:28:27 -07:00
lib Rewrap colorbrewer/LICENSE. 2010-10-14 10:25:56 -07:00
src Add sort operator. 2010-11-01 23:28:27 -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 Break d3 into {core,scale,svg} modules. 2010-10-30 15:42:11 -07:00
README.md Rename README.mkd -> README.md. 2010-10-14 10:25:12 -07:00
alt.html Break d3 into {core,scale,svg} modules. 2010-10-30 15:42:11 -07:00
d3.js Add sort operator. 2010-11-01 23:28:27 -07:00
d3.min.js Add sort operator. 2010-11-01 23:28:27 -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!