javascript framework for relationship visualization [duplicate]

自作多情 提交于 2020-01-01 05:01:08

问题


Possible Duplicate:
Graph visualization code in javascript?

I need to create a dynamic visualization for nodes and their relationships in Javascript. What's the best framework to use? This is what I've briefly reviewed so far:

  • Flare - it's Flash and hasn't been updated in almost 2 years.
  • JavaScript InfoVis Toolkit - interaction seems a little slow, maybe that's on purpose in the demos
  • Protovis - documentation looks great, doesn't work in IE at all (can I get it to work with some kind of IE SVG adapter?)

Are these the best for displaying nodes in a graph and interacting with them in javascript?


回答1:


Infovis seems really great compared to the framework I've seen before, here are some I've found when I was looking for such a framework (a long time ago):

  • jsgraph - if you're looking for "simplicity"
  • binviz - for visualisation and interaction of graph



回答2:


InfoVis is probably your best bet, for IE compatibility look for solutions built on Raphael.

edit Here's something you could build on, based on Google:"raphael force directed graph".



来源:https://stackoverflow.com/questions/3825126/javascript-framework-for-relationship-visualization

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!