Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Mike Bostock 18630e35d8 Update CHANGES. 2016-06-24 10:09:19 -07:00
bin Adopt rollup-plugin-ascii. 2016-06-09 13:07:31 -07:00
img Add pack images. 2016-06-22 13:08:49 -07:00
test Add d3-geo; update dependencies. 2016-06-19 09:52:51 -07:00
.gitignore Checkpoint 4.0 branch. 2016-01-01 21:41:20 -08:00
.npmignore Checkpoint 4.0 branch. 2016-01-01 21:41:20 -08:00
API.md Update API. 2016-06-24 08:48:42 -07:00
CHANGES.md Update CHANGES. 2016-06-24 10:09:19 -07:00
LICENSE Checkpoint 4.0 branch. 2016-01-01 21:41:20 -08:00
README.md Update README. 2016-06-24 09:29:34 -07:00
d3.sublime-project Checkpoint 4.0 branch. 2016-01-01 21:41:20 -08:00
index.js Add d3-geo; update dependencies. 2016-06-19 09:52:51 -07:00
package.json Move API reference out of README. 2016-06-23 17:00:49 -07:00

README.md

D3: Data-Driven Documents

D3 (or D3.js) is a JavaScript library for visualizing data using web standards. D3 helps you bring data to life using SVG, Canvas and HTML. D3 combines powerful visualization and interaction techniques with a data-driven approach to DOM manipulation, giving you the full capabilities of modern browsers and the freedom to design the right visual interface for your data.

Resources

Installing

If you use NPM, npm install d3@next. Otherwise, download the latest release. The released bundle supports AMD, CommonJS, and vanilla environments. Create a custom bundle using Rollup or your preferred bundler. You can also load directly from d3js.org:

<script src="https://d3js.org/d3.v4.0.0-alpha.50.js"></script>

For the minified version:

<script src="https://d3js.org/d3.v4.0.0-alpha.50.min.js"></script>

You can also use the standalone D3 microlibraries. For example, d3-color:

<script src="https://d3js.org/d3-color.v1.min.js"></script>

If you prefer to pin to a specific release, try CDNJS or npmcdn.