syntagmatic / parallel-coordinates

A d3-based parallel coordinates plot in canvas. This library is no longer actively developed.
http://syntagmatic.github.com/parallel-coordinates/
Other
511 stars 212 forks source link

Missing data functionality #321

Open luke-thorburn opened 8 years ago

luke-thorburn commented 8 years ago
  1. Possible bug: when 2D-brushing over lines for which the values for one of the coordinates is missing, all lines simply disappear.
  2. Is there a way to simply not plot sections of lines for which the value of one of the end points is missing?

Let me know if you need some sample code. Thanks, Luke