Flex 3/ Flex 4 中的动画气泡图
我想在 Flex 3 / Flex 4 中绘制动画气泡图,如下面的链接 http://devdata.worldbank。 org/DataVisualizer/
有谁知道这是使用现成组件制作的还是定制开发的
任何 url 链接或源代码将不胜感激。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您正在寻找启动工具,您可能应该从谷歌图表开始。
最容易集成到您的应用程序中(尽管始终需要互联网连接)
http: //code.google.com/apis/ajax/playground/?type=visualization#motion_chart
(这是带有动画和其他内容的正确气泡图)
您真正需要做的就是将数据传递给它。
In case you are looking for a kickstart, you should probably start with google charts.
Easiest to integrate in your application(though needs an internet connection always)
http://code.google.com/apis/ajax/playground/?type=visualization#motion_chart
(It is proper bubble chart with animations and stuff)
All you really need to do is pass the data to it.
看看 Axiis,它是一个基于 Degrafa 将使您能够绘制复杂的数据可视化。
他们甚至有一个气泡图的示例。
干杯
Have a look at Axiis, it is an open source library based on Degrafa that will enable you to draw complex data visualizations.
They even have an example of a bubble chart.
Cheers
FusionCharts for Flex 支持气泡图,让您可以根据您的数据和要求绘制与 XML 中提到的 X 和 Y 坐标值相对应的数据。
有关 FusionCharts for Flex pack 气泡图的更多详细信息,请参阅以下链接。
http://www.fusioncharts.com/flex/docs/charts/ ?ChartSS/Bubble.html
但是,请注意,当前使用 FusionCharts for Flex 无法实现将鼠标悬停在气泡图上时显示的气泡中心相交线。在这种情况下,鼠标悬停时只会显示工具提示值。
FusionCharts for Flex supports Bubble chart that would let you plot the data corresponding to the X and Y coordinates value mentioned in the XML as per your data and requirement.
Please refer to the following link for further details on the Bubble chart of the FusionCharts for Flex pack.
http://www.fusioncharts.com/flex/docs/charts/?ChartSS/Bubble.html
However, please note that the the intersecting lines at the center of the bubble as displayed on hovering the mouse on the bubble plot is currently not possible with FusionCharts for Flex. In this case only the tooltip value would be displayed on mouse-hover.