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

No labels in an axis which has single value #79

Closed Rijo13 closed 9 years ago

Rijo13 commented 9 years ago

There is no label in the axis if all rows in data have same value in that axis.

syntagmatic commented 9 years ago

Current behavior:

screen shot 2015-01-19 at 1 31 41 am

Possible better behavior: Display the label of the single value. Place the value at the midpoint of the axis.

syntagmatic commented 9 years ago

https://github.com/syntagmatic/parallel-coordinates/commit/b41670cdadeca39e875111d4c77fae07c041a1c8

screen shot 2015-02-16 at 5 39 35 am