本文介绍了在Web UI中可视化有向图的建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要可视化一个有向图,表示Web应用程序中的数据流。任何人都可以推荐任何JavaScript或Flash解决方案。它必须支持挂钩节点点击事件,因为我需要在发生这种情况时触发AJAX调用。可以是免费的或商业的。服务器端技术是Java,如果这有什么区别的话。



JProbe Call Graph就是我想到的事情:



谢谢!

解决方案

我喜欢。它是用JavaScript编写的,功能很多。和开源(MIT许可证)

I need to visualise a directed graph that represents the flow of data in a web application. Can anyone recommend any JavaScript or Flash solutions for this please. It must support hooking a node click event because I need to fire off an AJAX call when this happens. Can be free or commercial. The server-side technology is Java if this makes any difference.

The JProbe Call Graph is the sort of thing I have in mind:

JProbe Call Graph http://www.javaworld.com/javaworld/jw-08-2003/images/jw-0822-profiler9.gif

Thanks!

解决方案

I like WireIt. It's written in JavaScript and is quite versatile. And open source (MIT License)

这篇关于在Web UI中可视化有向图的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-11 18:14