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

Angular.js #278

Closed njss closed 8 years ago

njss commented 8 years ago

I cannot make the parcoord work with angular.js... No idea what is happening, the svg is always width=0 and height =0... Is there any angular.js example?

bbroeksema commented 8 years ago

Not a simple example because it's a pretty complex application on its own, but you could have a look here: https://github.com/bbroeksema/ICoVeR/tree/master/R.ICoVeR/inst/www/.

It will require a bit of digging to see how I got things working, but at least shows that it's possible to use parcoords in combination with angular.

dehli commented 8 years ago

@njss Can you post a JSFiddle of it not working?

dehli commented 8 years ago

I'm going to go ahead and close this due to its inactivity. It's also working fine for me in an Angular app. Feel free to reply with more details if you still have issues with it.