a70c0e58fd | ||
---|---|---|
test | ||
.gitignore | ||
.npmignore | ||
LICENSE | ||
README.md | ||
d3.sublime-project | ||
index.js | ||
package.json | ||
rollup.config.js |
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
…