Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Mike Bostock b7fb05ab0f Merge branch 'test' 2011-08-17 16:24:19 -07:00
examples Add tests for xhr and friends. 2011-08-16 22:28:15 -07:00
lib Rename lib/uglifyjs to lib/uglify-js. 2011-08-17 16:23:11 -07:00
src Merge branch 'test' 2011-08-17 16:24:19 -07:00
test Fix a crash when rounding very small numbers. 2011-08-17 16:13:50 -07:00
.gitignore Add _site to .gitignore. 2010-10-04 20:36:36 -07:00
.gitmodules Rename lib/uglifyjs to lib/uglify-js. 2011-08-17 16:23:11 -07:00
LICENSE Fix typo in LICENSE. 2010-10-10 10:37:07 -07:00
Makefile Rename lib/uglifyjs to lib/uglify-js. 2011-08-17 16:23:11 -07:00
README.md Merge branch 'NelsonMinar-master' 2011-03-30 09:06:50 -07:00
d3.behavior.js Allow multiple zoom behaviors to coexist. 2011-07-10 10:31:52 -07:00
d3.behavior.min.js Allow multiple zoom behaviors to coexist. 2011-07-10 10:31:52 -07:00
d3.chart.js Fix typo. 2011-07-16 18:16:41 +01:00
d3.chart.min.js Fix typo. 2011-07-16 18:16:41 +01:00
d3.csv.js Add test for csv.parse. 2011-08-14 14:37:24 -07:00
d3.csv.min.js Add test for csv.parse. 2011-08-14 14:37:24 -07:00
d3.geo.js Regenerate files. 2011-06-13 17:30:30 -07:00
d3.geo.min.js Stereographic & orthographic projections! 2011-05-28 00:13:53 -07:00
d3.geom.js Allow quadtree to be built dynamically. 2011-06-28 13:27:03 -07:00
d3.geom.min.js Better tests for svg.arc. 2011-08-17 13:27:55 -07:00
d3.js Merge branch 'test' 2011-08-17 16:24:19 -07:00
d3.layout.js Merge branch 'feature/division-by-zero-in-partition' of https://github.com/maoe/d3 into release 2011-08-15 16:39:11 -07:00
d3.layout.min.js Merge branch 'feature/division-by-zero-in-partition' of https://github.com/maoe/d3 into release 2011-08-15 16:39:11 -07:00
d3.min.js Merge branch 'test' 2011-08-17 16:24:19 -07:00
d3.time.js Time range methods now allow steps. 2011-07-31 17:28:04 -07:00
d3.time.min.js Time range methods now allow steps. 2011-07-31 17:28:04 -07:00

README.md

D3

D3 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 smooth transitions and staged animations into your pages. You can use D3 as a visualization framework (like Protovis), or you can use it to build dynamic pages (like jQuery).

Browser Support

D3 should work on any browser, with minimal requirements such as JavaScript and the W3C DOM API. By default D3 requires the Selectors API Level 1, but you can preload Sizzle for compatibility with older browsers. Some of the included D3 examples use additional browser features, such as SVG and CSS3 Transitions. These features are not required to use D3, but are useful for visualization! D3 is not a compatibility layer. The examples should work on Firefox, Chrome (Chromium), Safari (WebKit), Opera and IE9.

Note: Chrome has strict permissions for reading files out of the local file system. Some examples use AJAX which works differently via HTTP instead of local files. For the best experience, load the D3 examples from your own machine via HTTP. Any static file web server will work; for example you can run Python's built-in server:

python -m SimpleHTTPServer 8888

Once this is running, go to: http://localhost:8888/examples/