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?
Some good options are:
- Protovis (Succeeded by d3.js)
- JavaScript Infovis toolkit
- ProcessingJS
d3.js, the successor of Protovis, is nice as well.
We produce mxGraph, it is designed to provide maximum visualization flexibility.
Commercially licensed library KeyLines is a good alternative (disclaimer: I'm an author), if the project is for business. If for home/academic projects, or just to learn a great framework, I'd vote up D3 too, it rocks! For more abstract/graphical stuff you could check out paper.js too.
You can also check this site.
精彩评论