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

Is there a way to reverse ordering on an axis? #293

Closed Sigfried closed 8 years ago

Sigfried commented 8 years ago

I have a Date dimension and would like it to put earlier dates higher on the axis. Is that possible? And, generally, is it possible to set the sort order for dimensions? I think string dimensions sort by frequency of string in the data, but one might want to sort in string order.

Sigfried commented 8 years ago

Oh, it seems to be .flipAxis(). Sorry about that.