This commit is contained in:
Mike Bostock 2016-05-03 11:30:04 -07:00
Родитель 6d0653f5ae
Коммит 189c1b33a5
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -7,7 +7,7 @@ This branch contains the prerelease of D3 4.0. This API is unstable and may chan
If you use NPM, `npm install d3@next`. Otherwise, download the [latest release](https://github.com/mbostock/d3/releases/latest). The released bundle supports AMD, CommonJS, and vanilla environments. Create a custom build using [Rollup](https://github.com/rollup/rollup) or your preferred bundler. You can also load directly from [d3js.org](https://d3js.org):
```html
<script src="https://d3js.org/d3.v4.0.0-alpha.34.min.js"></script>
<script src="https://d3js.org/d3.v4.0.0-alpha.35.min.js"></script>
```
## API Reference

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "d3",
"version": "4.0.0-alpha.34",
"version": "4.0.0-alpha.35",
"publishConfig": {
"tag": "next"
},
@ -48,19 +48,19 @@
"d3-ease": "0.7.0",
"d3-force": "0.5.0",
"d3-format": "0.5.1",
"d3-hierarchy": "0.2.1",
"d3-hierarchy": "0.2.2",
"d3-interpolate": "0.7.0",
"d3-path": "0.1.5",
"d3-polygon": "0.2.1",
"d3-quadtree": "0.7.1",
"d3-quadtree": "0.7.2",
"d3-queue": "2.0.3",
"d3-random": "0.2.1",
"d3-request": "0.4.5",
"d3-request": "0.4.6",
"d3-scale": "0.7.0",
"d3-selection": "0.7.0",
"d3-selection": "0.7.1",
"d3-shape": "0.6.0",
"d3-time": "0.2.5",
"d3-time-format": "0.3.1",
"d3-time-format": "0.3.2",
"d3-timer": "0.4.3",
"d3-transition": "0.2.8",
"d3-voronoi": "0.3.2"