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

tickValues doesn't work #311

Closed zeleniy closed 8 years ago

zeleniy commented 8 years ago

See example here - https://jsfiddle.net/zeleniy/uf4aLdsm/

zeleniy commented 8 years ago

Looks like this is bug related with d3.js - https://github.com/d3/d3/issues/2029 Just use tickFormat instead. Jsfiddle updated.

syntagmatic commented 8 years ago

Nice catch! Thanks for the update