Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c98071f

Browse files
committed
Fix select in splom large
1 parent ad5abb6 commit c98071f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/splom/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ function style(gd, cds) {
419419
var fullLayout = gd._fullLayout;
420420
var cd0 = cds[0];
421421
var scene0 = cd0[0].t._scene;
422-
scene0.matrix.regl.clear({color: true});
422+
scene0.matrix.regl.clear({color: true, depth: true});
423423

424424
if(fullLayout._splomGrid) {
425425
fullLayout._splomGrid.draw();

0 commit comments

Comments
 (0)