BigFatDog / parcoords-es

ES6 module of Syntagmatic's Parallel Coordinates
MIT License
62 stars 32 forks source link

markedLineWidth option doesn't seem to work #82

Open makotech222 opened 4 years ago

makotech222 commented 4 years ago

I have a parcoords component set up and I'm trying to get the 'marked' data to appear very similar to selection via brushing. I've found that the line width option for marked doesn't actually change anything.

I'd appreciate also an easier way to make marked lines appear same as brushed lines. I'm using mark() to select data points that are selected in other components, and passed into parcoords. Brushed lines are used to propagate selected data back to other components.