Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Mike Bostock 9828afda19 Merge branch 'simplify-arguments' of git://github.com/jasondavies/d3 into 3.0
Conflicts:
	src/core/ease.js
	src/core/selection-datum.js
2012-10-29 08:50:22 -07:00
examples Checkpoint example cleanup. 2012-10-11 16:34:17 -07:00
lib Extract easing license. 2012-10-11 14:52:35 -07:00
src Merge branch 'simplify-arguments' of git://github.com/jasondavies/d3 into 3.0 2012-10-29 08:50:22 -07:00
test Fix another Voronoi bug with N=2. 2012-10-26 17:29:00 -07:00
.gitignore Add .DS_Store to .gitignore. 2011-11-03 09:06:04 -07:00
.gitmodules Replace submodule with package.json. 2011-08-18 10:10:16 -07:00
.npmignore Add .npmignore. 2011-11-18 16:52:35 -08:00
LICENSE Update copyright year. 2012-02-19 13:35:09 -08:00
Makefile Greedy evaluation of transition.{style,attr,text}. 2012-10-16 16:47:20 -07:00
README.md Update README blurb. 2012-05-01 08:50:25 -07:00
component.json Rename d3.v3.js to d3.js. 2012-10-05 18:46:05 -07:00
d3.js Merge branch 'simplify-arguments' of git://github.com/jasondavies/d3 into 3.0 2012-10-29 08:50:22 -07:00
d3.min.js Merge branch 'simplify-arguments' of git://github.com/jasondavies/d3 into 3.0 2012-10-29 08:50:22 -07:00
index-browserify.js Rename d3.v3.js to d3.js. 2012-10-05 18:46:05 -07:00
index.js Rename d3.v3.js to d3.js. 2012-10-05 18:46:05 -07:00
package.json Fix URLs in package.json. 2012-10-05 21:33:03 -07:00

README.md

Data-Driven Documents

D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.

Want to learn more? See the wiki.