弹性+拓扑视图

发布于 2024-08-17 20:44:10 字数 327 浏览 5 评论 0原文

目前我正在创建一个以图形视图的形式显示整个学校数据库的视图。

  1. 学校;
  2. 课程;
  3. 教师;和
  4. 学生

我为上述每个人展示了一张图像。我需要一个插件/工具(免费软件)来创建它们之间的链接。

我的默认视图是学校图像,单击图像/放大(缩小)我想显示班级。

当我通过单击或将鼠标悬停在特定班级上并放大来选择单击时,我想显示教师和学生。

有人可以建议我一个可以帮助我做同样事情的工具吗?

PS 我尝试过 SpringGraph,但它缺乏很多功能。

Currently I'm working on creating a view of displaying a entire school database in the form of a graphical view.

  1. School;
  2. Classes;
  3. Teachers; and
  4. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

可爱咩 2024-08-24 20:44:10

我会查看 Flare。查看演示。我想您会对布局部分最感兴趣。

I would check out Flare. Check out the demo. I think you will be most interested in the Layouts section.

长发绾君心 2024-08-24 20:44:10

另一种选择是 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.

南渊 2024-08-24 20:44:10

检查“灵活之旅”
http://www.adobe.com/devnet/flex/tourdeflex/

一个关于 Flex 功能的大型演示。检查数据可视化部分,它包含一些非常好的示例,

但我怀疑您会准确地找到您正在寻找的内容,为什么不直接对其进行编码。

  • 学校的图片。
  • 类的图像列表。
  • 每个班级的教师和学生图像列表。
  • OnClick + 过渡事件

否?

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.

  • A image for the scool.
  • a list of image for classes.
  • a list of teacher and student images for each classes.
  • OnClick + transition event

No ?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文