Skip to content

Commit 4e3452b

Browse files
committed
make parcoords pick layer totally invisible
1 parent e79af84 commit 4e3452b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/parcoords/parcoords.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ module.exports = function parcoords(gd, cdModule, layout, callbacks) {
467467
});
468468

469469
glLayers
470-
.style('opacity', function(d) {return d.pick ? 0.01 : 1;});
470+
.style('opacity', function(d) {return d.pick ? 0 : 1;});
471471

472472
svg.style('background', 'rgba(255, 255, 255, 0)');
473473
var controlOverlay = svg.selectAll('.' + c.cn.parcoords)

0 commit comments

Comments
 (0)