Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Mike Bostock cf038c0b68 Render line segments with a single point.
Fixes #2061. A line segment with a single point is now rendered as "M2,3Z"
rather than "M2,3", such that if there is an associated stroke-linecap, it is
displayed correctly.
2015-11-09 08:49:45 -08:00
bin Merge branch '3.5.6' 2015-07-03 20:03:11 -07:00
lib Remove obsolete license. 2013-10-05 14:18:31 -07:00
src Render line segments with a single point. 2015-11-09 08:49:45 -08:00
test Render line segments with a single point. 2015-11-09 08:49:45 -08:00
.gitattributes Adding .gitattributes for generated files. 2015-02-08 10:27:47 -08:00
.gitignore Add .DS_Store to .gitignore. 2011-11-03 09:06:04 -07:00
.npmignore add _site 2014-01-20 18:51:51 -08:00
.spmignore Add spm support 2014-05-22 18:31:22 +08:00
CONTRIBUTING.md Add note about purpose of GitHub issues. 2015-01-13 00:18:09 +00:00
LICENSE Updated year in license 2015-02-05 11:34:11 -05:00
Makefile Remove obsolete bin/bower. 2015-07-03 19:59:03 -07:00
README.md Update README.md 2015-04-06 14:49:16 -07:00
bower.json bower.json: remove moot `version` field 2015-05-12 20:09:35 -07:00
component.json Merge branch '3.5.6' 2015-07-03 20:03:11 -07:00
composer.json Match GitHub description. Fixes #2129. 2014-12-06 13:31:35 -08:00
d3.js Render line segments with a single point. 2015-11-09 08:49:45 -08:00
d3.min.js Render line segments with a single point. 2015-11-09 08:49:45 -08:00
package.js Merge branch '3.5.6' 2015-07-03 20:03:11 -07:00
package.json Merge branch 'simpler-global' into 3.5.7 2015-10-22 13:35:16 -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. D3 emphasizes web standards and combines powerful visualization components with a data-driven approach to DOM manipulation, giving you the full capabilities of modern browsers without tying yourself to a proprietary framework.

Want to learn more? See the wiki.

For examples, see the gallery and mbostocks bl.ocks.