Flash关系图
有谁知道任何免费的 Flash fla 的功能类似于 http://audiomap.tuneglue.net/ (您必须输入搜索词才能看到它的实际效果)。
我所追求的是在中间创建节点的闪存,该节点扩展到子级,然后每个子级都可以扩展到更多子级等,同时保持彼此之间的距离以免重叠。我希望这样,如果您单击一个节点来展开它,它就会发送到一个网站并获得一个 xml 提要,然后可以使用该提要来创建子节点。
谢谢
Does anyone know any Flash fla's which are out there and free which do something similar to http://audiomap.tuneglue.net/ (you have to type in a search term to see it in action).
What I'm after is the flash to create the node in the middle which expands out into children and then each of those children can be expanded out into more children, etc. while keeping their distance from one another so as to not overlap. I'd like it so that if you clicked on a node to expand it, it would shoot off to a web site and get an xml feed which could then be used to create the children.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信这被称为力导向径向树图。以下是来自 google 的一些亮点:
参见还有这个SO问题,一般是关于Flash可视化的。
无论如何,希望这有助于为您指明正确的方向。
I believe this is called a force-directed radial tree graph. Here are a few highlights from google:
See also this SO question, which was about flash visualisation in general.
Hope this helps to point you in the right direction anyway.
@Richard Inglis 已经提到 Prefuse Flare 它提供了一些不错的基于 flash 的布局。我不确定它是否可以按需将数据加载到其显示的图表中。
我的一个非 Flash建议是 JavaScript InfoVis Toolkit。您可以使用 JIT 中的可视化组件进行按需数据加载。这只是一个建议,因为我假设您希望在基于网络的应用程序中执行此操作。
@Richard Inglis has already mentioned Prefuse Flare which provides some nice flash based layouts. I'm not sure if it can do on-demand loading of data into a graph that its showing though.
One, non-flash suggestion I have is the JavaScript InfoVis Toolkit. You can do on-demand data loading with the visualization components in JIT. Its just a suggestion since I'm assuming your looking to do this in a web based application.