We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df69584 commit e342a9eCopy full SHA for e342a9e
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