使用图表浏览网站的良好 UI 库/脚本?
我正在创建一组网页。我想使用图表(视觉节点和边缘)来导航该网站。
我计划从另一个软件创建一个图表(主题图)并以合适的格式导出。每个网页都是一个节点,我希望它能够在悬停时显示缩略图(至少是一些文本)。
该图应该是力导向的,具有平移/缩放功能,可以选择双曲线。 该图不是树,每个节点都可以与任何其他节点有边。
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看斯坦福大学的 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/