Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flexible graph visualization framework for Javascript [closed]

I'm looking for a flexible graph visualisation framework for Javascript similar to the flex component SpringGraph. I need to be able to represent nodes to be different visual components e.g. be a window, image etc. be able to name edges etc. Any recommendations?

like image 849
ip. Avatar asked Feb 16 '11 15:02

ip.


1 Answers

Some good options are:

  • Protovis (Succeeded by d3.js)
  • JavaScript Infovis toolkit
  • ProcessingJS
like image 163
Jay Askren Avatar answered Oct 08 '22 02:10

Jay Askren