弹性+拓扑视图
目前我正在创建一个以图形视图的形式显示整个学校数据库的视图。
- 学校;
- 课程;
- 教师;和
- 学生
我为上述每个人展示了一张图像。我需要一个插件/工具(免费软件)来创建它们之间的链接。
我的默认视图是学校图像,单击图像/放大(缩小)我想显示班级。
当我通过单击或将鼠标悬停在特定班级上并放大来选择单击时,我想显示教师和学生。
有人可以建议我一个可以帮助我做同样事情的工具吗?
PS 我尝试过 SpringGraph,但它缺乏很多功能。
Currently I'm working on creating a view of displaying a entire school database in the form of a graphical view.
- School;
- Classes;
- Teachers; and
- Students
I display an Image for each of the above mentioned ones. I need a plugin/tool (freeware) to use to create the links between them.
My default view would be a School Image, either on click of Image / Zoom-In (Zoom-out) I want to display Classes.
When I select a click by clicking it or mouse over a particular class and zoom-in, I want to display the teachers and students.
Could some-one suggest me a tool that would help me do the same.
P.S. I've tried SpringGraph, but it lacks on a lot of features.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我会查看 Flare。查看演示。我想您会对布局部分最感兴趣。
I would check out Flare. Check out the demo. I think you will be most interested in the Layouts section.
另一种选择是 BirdEye 项目的 RaVis 部分。它生成的图表非常可定制(即控制每个节点使用的图像),如 此演示。默认的交互性(双击导航、鼠标悬停信息)也很可靠。
Another option would be the RaVis portion of the BirdEye project. The graphs it generates are pretty customizable (i.e. controlling the image used for each node), as seen in this demo. The default interactivity (double-click to navigate, information on mouse-over) is solid as well.
检查“灵活之旅”
http://www.adobe.com/devnet/flex/tourdeflex/
一个关于 Flex 功能的大型演示。检查数据可视化部分,它包含一些非常好的示例,
但我怀疑您会准确地找到您正在寻找的内容,为什么不直接对其进行编码。
否?
Check the "tour de flex"
http://www.adobe.com/devnet/flex/tourdeflex/
It's a big demo of what you can do with flex. Check the Data Visualisation part, it's contains some very nice exemple
But i doubs that you will find exactly what your are looking for, why not just code it.
No ?