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
510 stars 211 forks source link

Added a function to reorder the axes #109

Closed KPWhiver closed 9 years ago

KPWhiver commented 9 years ago

Added pc.reorder() which receives data values for the axes and orders the axes based on the visual height of those data values.