Skip to content

Commit c15ce0f

Browse files
committed
rm gl errorBars object via glplot
1 parent 9b47d66 commit c15ce0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scatter3d/convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ proto.dispose = function() {
432432
this.scatterPlot.dispose();
433433
}
434434
if(this.errorBars) {
435-
this.scene.remove(this.errorBars);
435+
this.scene.glplot.remove(this.errorBars);
436436
this.errorBars.dispose();
437437
}
438438
if(this.textMarkers) {

0 commit comments

Comments
 (0)