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

One to Many Mapping on Axis #314

Closed foxbat07 closed 8 years ago

foxbat07 commented 8 years ago

In my dataset there are a few one to many possible mappings. For example Value A on Axis 1 is mapped to Value B, C,E on Axis 2.

What should i do in such a scenario? Thanks!

syntagmatic commented 8 years ago

Duplicate of #304 The only way to model it currently is to have an extra row of data each for B, C and E. Multiple attributes per axis are not supported.