This commit is contained in:
alexmacy 2017-07-08 09:07:59 -07:00 коммит произвёл Mike Bostock
Родитель 798e5a8513
Коммит e726098c48
1 изменённых файлов: 2 добавлений и 2 удалений

4
API.md
Просмотреть файл

@ -241,8 +241,8 @@ Drag and drop SVG, HTML or Canvas using mouse or touch input.
* [*drag*.clickDistance](https://github.com/d3/d3-drag/blob/master/README.md#drag_clickDistance) - set the click distance threshold.
* [*drag*.on](https://github.com/d3/d3-drag/blob/master/README.md#drag_on) - listen for drag events.
* [*event*.on](https://github.com/d3/d3-drag/blob/master/README.md#event_on) - listen for drag events on the current gesture.
* [d3.dragDisable](https://github.com/d3/d3-drag/blob/master/README.md#dragDisable) - prevents native drag-and-drop and text selection on the specified window.
* [d3.dragEnable](https://github.com/d3/d3-drag/blob/master/README.md#dragEnable) - enables native drag-and-drop and text selection on the specified window.
* [d3.dragDisable](https://github.com/d3/d3-drag/blob/master/README.md#dragDisable) - prevent native drag-and-drop and text selection.
* [d3.dragEnable](https://github.com/d3/d3-drag/blob/master/README.md#dragEnable) - enable native drag-and-drop and text selection.
## [Delimiter-Separated Values (d3-dsv)](https://github.com/d3/d3-dsv)