Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Mike Bostock 8cb031fef5 Rename scaleUtc. 2016-01-04 17:21:58 -08:00
test Add tests. 2016-01-04 17:05:54 -08: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
LICENSE Checkpoint 4.0 branch. 2016-01-01 21:41:20 -08:00
README.md Checkpoint 4.0 branch. 2016-01-01 21:41:20 -08:00
d3.sublime-project Checkpoint 4.0 branch. 2016-01-01 21:41:20 -08:00
index.js Rename scaleUtc. 2016-01-04 17:21:58 -08:00
package.json Add d3-selection. 2016-01-04 17:10:00 -08:00
rollup.config.js Checkpoint 4.0 branch. 2016-01-01 21:41:20 -08:00

README.md

d3

This branch contains the prerelease of D3 4.0. This API is unstable and may change at any point prior to the release!

Installing

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

<script src="https://d3js.org/d3.v4pre.min.js"></script>

API Reference