-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
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
.
plotly.js/src/traces/parcoords/parcoords.js
Line 401 in 121227b
.style('opacity', function(d) {return d.pick ? 0.01 : 1;}); |
Metadata
Metadata
Assignees
Labels
bugsomething brokensomething broken