diff --git a/src/components/annotations/index.js b/src/components/annotations/index.js index 71ffcf1c10d..70deb0b3ffa 100644 --- a/src/components/annotations/index.js +++ b/src/components/annotations/index.js @@ -679,7 +679,7 @@ annotations.draw = function(gd, index, opt, value) { heightFraction, 0, 1, options.yanchor); } if(!xa || !ya) { - csr = dragElement.cursor( + csr = dragElement.getCursor( xa ? 0.5 : update[annbase + '.x'], ya ? 0.5 : update[annbase + '.y'], options.xanchor, options.yanchor