Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Michael Bostock 92d15a4472 First pass at scale functions.
This includes only the quantitative scale functions, which is primarily the
linear scale. Also included are `log` and `pow` scales, which are simple
transforms of linear scales. All the scale functions use the existing
interpolator logic, so you can specify an output range of numbers, colors,
fonts, paths... pretty much anything.
2010-10-20 11:07:42 -07:00
examples First pass at scale functions. 2010-10-20 11:07:42 -07:00
lib Rewrap colorbrewer/LICENSE. 2010-10-14 10:25:56 -07:00
src First pass at scale functions. 2010-10-20 11:07:42 -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 First pass at scale functions. 2010-10-20 11:07:42 -07:00
README.md Rename README.mkd -> README.md. 2010-10-14 10:25:12 -07:00
d3.js First pass at scale functions. 2010-10-20 11:07:42 -07:00
d3.min.js First pass at scale functions. 2010-10-20 11:07:42 -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!