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

Rotating Labels #299

Closed dehli closed 8 years ago

dehli commented 8 years ago

I discovered a strange bug feature... if you scroll while the mouse is over an axis label it will rotate all of the labels. I will investigate it.

image

syntagmatic commented 8 years ago

I'm not sure when it was added, but it's not a good feature to enable by default.

A convenience function for rotating the labels is fine, but the mouse interaction isn't necessary in a default plot.

dehli commented 8 years ago

I went through the commit history and saw that it was added here: https://github.com/syntagmatic/parallel-coordinates/commit/aa17162a7459279edb638f7ba3a71da9adb5830f I'm going to make it disabled by default and only enable it if you specifically set it to be on.

dehli commented 8 years ago

Closed with #315