Skip to content

Parcoords pick layer is not 100% invisible #3946

Closed
@archmoj

Description

@archmoj

The pick layer of Parcoords should not be displayed on the plot.
Currently it is included in the graph with a tiny opacity of 0.01.

.style('opacity', function(d) {return d.pick ? 0.01 : 1;});

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions