susielu / d3-annotation

Use d3-annotation with built-in annotation types, or extend it to make custom annotations. It is made for d3-v4 in SVG.
http://d3-annotation.susielu.com/
Apache License 2.0
749 stars 68 forks source link

Drag connector end when editMode is enabled #51

Closed gabrieleciech closed 5 years ago

gabrieleciech commented 6 years ago

Hi Susie, thank you for this awesome d3 plugin. I was wondering if there's a way to update the position of the connector end when the editMode is enabled. As far as I can see it is possible to change the connector end position only for the connectors which type is d3.annotationCalloutCircle. Am I right or I am missing something?

If there is no such functionality could you please guide me in such a way that I can try to add it myself and then make a pull request? Thanks

susielu commented 5 years ago

This is a bug, I'm taking a look now. Thanks for catching this.

susielu commented 5 years ago

This should be fixed in v2.3.1

gabrieleciech commented 5 years ago

Hi Susie, I have tested out the new release and now everything is working as expected. Thank you for your time and cooperation.