使用 JQuery 创建数据可视化
有没有人听说过或知道如何使用 JQuery 和 HTML5 创建“群”或“节点系统”数据可视化?
我有一个拥有大量用户的网站。用户彼此之间存在关系。有些与多个链接相关。我想展示一堆头像,每个头像都有一条线将它们连接到其他头像。
这个想法是,用户可以查看“Swarm”并了解谁与谁连接。
这是一个页面,其中包含我正在寻找的一些示例: 数据可视化示例
Have anyone ever heard of or has and idea of how to create a "Swarm" or "Nodal System" data visualization with JQuery and HTML5?
I've got a site with lot's of users. The user's have relationships to each other. Some are linked to more than one. I want to show a bunch of avatars with lines coming from each one connecting them to other avatars.
The idea is that users can look at the "Swarm" and understand who is connected to whom.
Here's a page with some samples of what I'm looking for:
Data Visualization Examples
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为你应该看看 D3,一个用于数据可视化的很棒的 javascript 库。
这是节点系统的链接
http://mbostock.github.com/d3/ex/force.html
希望能有所帮助
I think tou should check out D3 a javascript awesome library for Data Visualization.
Here's the link to a Nodal System
http://mbostock.github.com/d3/ex/force.html
Hope could be helpful
超树
http://thejit.org/static/v20/Jit/Examples/ Hypertree/example1.html
力定向
http://thejit.org/static/v20/Jit/Examples/ ForceDirected/example1.html
Rgraph
http://thejit.org/static/v20/Jit/Examples/ RGraph/example1.html
同时检查
这个答案有很多链接 https://stackoverflow.com/a/2366237/2385
Hypertree
http://thejit.org/static/v20/Jit/Examples/Hypertree/example1.html
Force Directed
http://thejit.org/static/v20/Jit/Examples/ForceDirected/example1.html
Rgraph
http://thejit.org/static/v20/Jit/Examples/RGraph/example1.html
Also check
This answer with lots of links https://stackoverflow.com/a/2366237/2385