Im using plotly.js to add a graph… this would have annotations added.
Can i somehow edit those annotation text or the position by dragging them around ?
thanks.
Im using plotly.js to add a graph… this would have annotations added.
Can i somehow edit those annotation text or the position by dragging them around ?
thanks.
Here’s how: http://codepen.io/etpinard/pen/PZgPKx
thats great… exactly what i wanted… thanks.
further… I want to do some processing at the end of editing the title or editing an annotation.
Is there a event that i can subscribe to so that i know when editing is done?
thanks
There no distinct event for it at the moment. But you can always listen to plotly_relayout
.