Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c15ce0f

Browse filesBrowse files
committed
rm gl errorBars object via glplot
1 parent 9b47d66 commit c15ce0f
Copy full SHA for c15ce0f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/traces/scatter3d/convert.js

Copy file name to clipboardExpand all lines: src/traces/scatter3d/convert.js
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.