Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Mike Bostock 90d06cf08d Fix crash in ticks for empty d3.time.scale domain.
Fixes #1525. This was only an issue because the domain is extended by one
millisecond when it is empty (for an inclusive upper bound).
2013-09-18 20:36:54 -07:00
bin Add --ascii to uglifyjs. Related #1195. 2013-08-12 08:17:45 -07:00
lib Use additional precision for accumulating area. 2013-06-11 10:18:25 +01:00
src Fix crash in ticks for empty d3.time.scale domain. 2013-09-18 20:36:54 -07:00
test Fix crash in ticks for empty d3.time.scale domain. 2013-09-18 20:36:54 -07:00
.gitignore Add .DS_Store to .gitignore. 2011-11-03 09:06:04 -07:00
.npmignore Add .npmignore. 2011-11-18 16:52:35 -08:00
.travis.yml use node 0.10 for travis 2013-04-11 23:10:08 +08:00
LICENSE Update copyright year. 2013-03-13 11:50:05 -07:00
Makefile Add --ascii to uglifyjs. Related #1195. 2013-08-12 08:17:45 -07:00
README.md README.md: Point hyperlinks at github explicitly 2013-01-07 06:16:37 -08:00
bower.json Merge branch '3.3.3' 2013-09-05 11:21:15 -07:00
component.json Merge branch '3.3.3' 2013-09-05 11:21:15 -07:00
d3.js Fix crash in ticks for empty d3.time.scale domain. 2013-09-18 20:36:54 -07:00
d3.min.js Fix crash in ticks for empty d3.time.scale domain. 2013-09-18 20:36:54 -07:00
index-browserify.js Move edits to src/component.js. 2013-04-03 10:46:15 -07:00
index.js Fix relative path. 2013-06-29 17:47:17 -07:00
package.json Merge branch '3.3.3' 2013-09-05 11:21:15 -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.

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