Bring data to life with SVG, Canvas and HTML. 📊📈🎉
Перейти к файлу
Mike Bostock a70c0e58fd Add tests. 2016-01-04 17:05:54 -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 A few renames. 2016-01-04 17:03:16 -08:00
package.json Add d3-format, d3-time, d3-time-format, d3-timer. 2016-01-02 09:28:32 -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