diff --git a/src/components/shapes/index.js b/src/components/shapes/index.js index a52ad658487..fc6fe8a522a 100644 --- a/src/components/shapes/index.js +++ b/src/components/shapes/index.js @@ -89,7 +89,6 @@ function linearToData(ax) { return ax.type === 'category' ? ax.l2c : ax.l2d; } shapes.drawAll = function(gd) { var fullLayout = gd._fullLayout; - fullLayout._shapelayer.selectAll('path').remove(); for(var i = 0; i < fullLayout.shapes.length; i++) { shapes.draw(gd, i); }