使用图表浏览网站的良好 UI 库/脚本?

发布于 2024-11-11 00:59:31 字数 238 浏览 2 评论 0原文

我正在创建一组网页。我想使用图表(视觉节点和边缘)来导航该网站。

我计划从另一个软件创建一个图表(主题图)并以合适的格式导出。每个网页都是一个节点,我希望它能够在悬停时显示缩略图(至少是一些文本)。

该图应该是力导向的,具有平移/缩放功能,可以选择双曲线。 该图不是树,每个节点都可以与任何其他节点有边。

我在 Javascript/Php/Java/Silverlight 中考虑过一些东西,但这不是最终的选择。

I'm creating a set of web pages. I'd like to use a graph (visual nodes and edges) to navigate this website.

I plan to have a graph (a topic map) created from another software and exported in a suitable format. Each web page will be a node, and I'd like it to be able to display a thumbnail (at least some piece of text) when hovering.

The graph should be force-directed, with pan/zoom capabilities, optionally hyperbolic.
The graph is not a tree, each node may have an edge with any other.

I think about something in Javascript/Php/Java/Silverlight, but this is not a final choice.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

南城追梦 2024-11-18 00:59:31

查看斯坦福大学的 Protovis javascript 可视化库[1]。它具有力导向图。

另一种选择是 Javascript infovis 工具包[2]。查看演示。

[1] http://vis.stanford.edu/protovis/

[2] http://thejit.org/

Check out Protovis javascript visualization library from Stanford[1]. It has force-directed graphs.

An alternative the the Javascript infovis toolkit[2]. Check out the demos.

[1] http://vis.stanford.edu/protovis/

[2] http://thejit.org/

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