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 ae820ca commit aeca8aeCopy full SHA for aeca8ae
src/components/shapes/draw.js
@@ -70,7 +70,6 @@ function drawOne(gd, index) {
70
// TODO: use d3 idioms instead of deleting and redrawing every time
71
if(!optionsIn || options.visible === false) return;
72
73
- // var clipAxes;
74
if(options.layer !== 'below') {
75
drawShape(gd._fullLayout._shapeUpperLayer);
76
}
0 commit comments