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

Error while using edge bundling #320

Closed Sanatramesh closed 7 years ago

Sanatramesh commented 8 years ago

Hi,

I tried to run the code for edge bundling and I could see the rendering first time. But, when I change the smoothness I get the following error: d3.parcoords.js:527 Uncaught ReferenceError: $V is not defined compute_centroids @ d3.parcoords.js:527 single_curve @ d3.parcoords.js:613 ...

Can you please let me know how to resolve this issue.

Thanks

timelyportfolio commented 8 years ago

See if this might help https://github.com/syntagmatic/parallel-coordinates/issues/284.