Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Mike Bostock a54574bcf9 Add interactive Albers projection explorer. 2010-11-03 11:19:20 -07:00
data Add symbol map, composite Albers projection. 2010-11-02 23:06:32 -07:00
examples Add interactive Albers projection explorer. 2010-11-03 11:19:20 -07:00
lib Add interactive Albers projection explorer. 2010-11-03 11:19:20 -07:00
src Add interactive Albers projection explorer. 2010-11-03 11:19:20 -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 Delete d3.geo.circle. 2010-11-02 23:25:09 -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 interactive Albers projection explorer. 2010-11-03 11:19:20 -07:00
d3.min.js Add interactive Albers projection explorer. 2010-11-03 11:19:20 -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!