We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53303b commit f67ff4dCopy full SHA for f67ff4d
src/components/shapes/index.js
@@ -89,7 +89,6 @@ function linearToData(ax) { return ax.type === 'category' ? ax.l2c : ax.l2d; }
89
90
shapes.drawAll = function(gd) {
91
var fullLayout = gd._fullLayout;
92
- fullLayout._shapelayer.selectAll('path').remove();
93
for(var i = 0; i < fullLayout.shapes.length; i++) {
94
shapes.draw(gd, i);
95
}
0 commit comments