Closed priikone closed 8 years ago
Good idea! For now you can use this snippet:
annotation.events.storeAnnotation(e, annotation, chart);
annotation.events.select(e, annotation, false);
First one stores references to the annotation (for drag&drop etc), and second one renders dashed border around the annotation.
Simple demo: http://jsfiddle.net/N6GR9/90/
Great, thanks, I shall be using that workaround for now.
It would be nice to be able to add new annotation with addAnnotation and have it already selected and/or have a call to select a specific annotation.