below is the demo code..
https://jsfiddle.net/iVestBl/mzud07ax/1/
in the above example if you add annotation.. first click on chart would fire add event.. then it will start firing afterUpdate event while user is dragging the annotation..
then try to drag/reposition the annotation.. same event(afterUpdate) would get fired..
is there a way to differentiate between those type.. like while user is adding Annotation.. it should not fire afterUpdate event.. until mouse is released..
i am trying to save annotations after user is re-positiong after dragging.. but not while adding..
Thanks
Sheetal