0.0.3 • Published 7 years ago

d3-swoopy-drag v0.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

swoopyDrag

The annotation layer is the most important thing we do

- Amanda Cox -

Demo/Documentation

API Reference

d3.swoopyDrag()

Creates a new swoopyDrag.

swoopyDrag.x(function)

Function called on each annotation object to determine its x position.

swoopyDrag.y(function)

Function called on each annotation object to determine its y position.

swoopyDraw.draggable(boolean)

Boolean. Pass true while adjusting annotations to enable dragging and add control points to paths.

swoopyDrag.annotations(array)

Array of objects representing annotations. The path in each annotations will have its d attribute set to the path property. The text element will contain the text property and be translated by textOffset.

swoopyDrag.on('drag', function)

Called as the labels or paths are dragged.

0.0.3

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago