This commit is contained in:
Mike Bostock 2016-06-23 17:27:25 -07:00
Родитель 4707533155
Коммит f681093f5b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,6 +1,6 @@
# Changes in D3 4.0
D3 4.0 is modular. Instead of one library, D3 is now [many small libraries](#table-of-contents) that are designed to work together. You can pick and choose which parts to use as you see fit. Each library is maintained in its own repository, allowing decentralized ownership and independent release cycles. The default bundle of D3 4.0 combines thirty of these microlibraries.
D3 4.0 is modular. Instead of one library, D3 is now [many small libraries](#table-of-contents) that are designed to work together. You can pick and choose which parts to use as you see fit. Each library is maintained in its own repository, allowing decentralized ownership and independent release cycles. The default bundle combines about thirty of these microlibraries.
```html
<script src="https://d3js.org/d3.v4.0.0-alpha.50.min.js"></script>