什么是好的基于网络的图形可视化工具?
我希望创建一个基于 WEB 的图表,其中包含不同大小的节点选项。我知道 GraphViz 可用于静态图像,但是有没有易于使用的框架或工具来创建交互式图表?
我正在尝试制作一些可以在线浏览图表节点的东西。 (具有更改节点大小和颜色等选项)
(我知道 JUNG 可以做类似的事情,但动画不太流畅,我认为您不能单击实际节点进行交互。)
提前致谢。
I am looking to create a WEB BASED graph with the option different sized nodes. I know that GraphViz can be used for static images, but are there any easy to use frameworks or tools to create an INTERACTIVE graph?
I am trying to make something where you can browse the nodes of a graph online. (With options like changing node size and color, etc)
(I know JUNG can do something similar, but the animation is not too smooth and I don't think you can click on the actual nodes for interactivity.)
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Prefuse 非常擅长基于网络的动画交互式图表。
Prefuse does web-based animated interactive graphs really well.
Scott Guthrie 的博客谈论 ASP.NET 的它们
Scott Guthrie's blog talks about them for ASP.NET