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

Parallel coordinates d3 v4 porting help needed. #346

Open iamdeadman opened 6 years ago

iamdeadman commented 6 years ago

Hi, I needed parallel coordinate charts for one of my project when I found this awesome work.

So I am trying to port this library to d3 v4 with the help of an existing fork I found here at -

paracoords d3 v4

But, I am facing two issues now -

  1. https://stackoverflow.com/questions/49334965/syntagmatic-nutrient-parallel-coordinate-chart-highlight-data-row

  2. https://stackoverflow.com/questions/49329600/d3-v4-parallel-coordinates-selection-of-paths-with-d3-v4-brushes

Can anyone help finding / figuring out the issue / blunder preventing this block from running as desired.

Thanks in advance,

Best, Harshit

BigFatDog commented 6 years ago

Hello Harshit, I've done a porting project: parcoords-es, please give it a try to see if it resolves your problem.

iamdeadman commented 6 years ago

Hi @XING, thanks for the port. I will give this a try & let you know if this resolves my problems.