Hacker News new | past | comments | ask | show | jobs | submit login

I’d like graph animations where you can fix nodes and have edges come and go (think tcp connections in a cluster).



I found this pretty easy to do with ngraph.forcelayout[0]. I used it to build a basic VDOM-diff visualizing demo[1], which involved dynamically animating edge changes to a graph. If you need something like that, it's pretty easy with ngraph in case this library doesn't support it.

If you end up using this library, please let me know how it turns out! I'd love to see a demo of exactly what you're talking about. I ended writing quite a bit of mouse-event and panning/zooming code on top of ngraph so maybe this might be easier?

[0] https://github.com/anvaka/ngraph.forcelayout

[1] https://github.com/atlassubbed/play-relax-visualized


Will check this out thank you!!




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: