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

Fix updateAxes: it wasnt using dimensionTitles #96

Closed lukaw3d closed 9 years ago

syntagmatic commented 9 years ago

createAxes uses the dimension aliases, but updateAxes does not. Looks like a good fix to me.

lukaw3d commented 9 years ago

Live demo: http://syntagmatic.github.io/parallel-coordinates/examples/titles.html Running the following commands in console, different axis titles are created:

parcoords.updateAxes();
parcoords.createAxes();
lukaw3d commented 9 years ago

This appears to be manually merged into master (https://github.com/syntagmatic/parallel-coordinates/commit/51c9c0bda9b2c30d1f5a57e585083452ab5a633f)

syntagmatic commented 9 years ago

Thanks Luka!

bbroeksema commented 9 years ago

My bad, yes merged this manually, keeps the history nicely linearly. Thanks again for the fix.