amCharts Flex Components
You can download and use these components for free. The only
limitation of the free version is that a small link to this web site
will be displayed in the top left corner of your charts. If you would
like to use charts without this link, or you appreciate the software and
would like to support its creators, please purchase a commercial license
.
从官网上的介绍可以看出,该组件是免费的,但是在报表的左上角会有一个
chart by amChar.com
的链接。不过这个链接的地址是可以去掉的
,参考如下步骤。
3.amChart去掉链接
以柱状图 <amcharts:AmSerialChart></amcharts:AmSerialChart>为例。
1.创建类Amcharts1继承 AmSerialChart
public class Amcharts1 extends AmSerialChart
{
public function Amcharts1()
{
super();
}
override protected function createChildren():void{
super.createChildren();
if(_amchartsLink){
_amchartsLink.alpha=0;
_amchartsLink.width=0;
_amchartsLink.height=0;
}
return;
}
}
2.使用Amcharts1
<mx:VBox width="100%" height="100%">
<amcharts:AmSerialChart>
</amcharts:AmSerialChart>
<amcharts1:Amcharts1
width="100%"
height="100%"
id="chart"
marginTop="15"
marginLeft="40"
marginRight="20"
dataProvider="{chartData}"
categoryField="year"
startDuration="1"
angle="30"
depth3D="30">
<amcharts1:graphs>
<amcharts:AmGraph title="Income" id="g0" valueField="income" type="column" lineAlpha="0" fillAlphas="[1]"/>
<amcharts:AmGraph title="Expenses" id="g1" valueField="expenses" type="line" lineThickness="2" bullet="round"/>
</amcharts1:graphs>
</amcharts1:Amcharts1>
<!-- You can position the Legend anywhere you want. Use Flex layout components to do this.
For example, if you'd like to have your legend on the left or on the right, you should use HBox instead of VBox -->
<amcharts:AmLegend dataProvider="{chart}" width="100%" marginRight="20" marginLeft="40" textClickEnabled="false" marginBottom="15"/>
</mx:VBox>
3.到此为止,运行应用程序,就可以实现链接去除的目的。
分享到:
相关推荐
标题中的"amcharts_flex_components_1.6.2.1.zip"表明这是一个关于amCharts Flex组件的软件包,版本号为1.6.2.1。amCharts是一家知名的图表库供应商,他们提供了用于Adobe Flex的图表组件。Flex是Adobe开发的一种...
"amcharts_flex_components_1.8.1.3" 是一个针对Adobe Flex开发者的重要工具包,主要用于创建交互式和视觉吸引人的数据可视化应用。这个版本1.8.1.3是amCharts Flex组件的一个更新,它提供了一系列的组件和功能,...
《深入解析amcharts_flex_components_1.8.3.3:打造卓越的Flex图表体验》 在IT行业中,数据可视化扮演着至关重要的角色,它能够帮助用户快速理解和分析复杂的信息。amCharts_flex_components_1.8.3.3正是这样一款专...
《深入解析amcharts_flex_components_1.8.3.4:回顾与探索》 amcharts_flex_components_1.8.3.4是针对Adobe Flex框架开发的一款强大的图表库,它提供了丰富的可视化组件,使得开发者能够轻松创建交互式、动态的2D和...
amcharts_flex_components_1.8.3.2 也是flex报表工具之一,很小易用很方便! flex的三大几个常用的报表工具分别是: Ilog IBM公司收费的 amcharts openflashchart FusionCharts
5. **amcharts_flex_components_1.8.3.3**:这可能是一个amcharts针对Flex平台的特定版本包,其中包含了库组件和相关资源。版本号1.8.3.3表明这是一个较早的版本,可能包含当时的最新特性和修复。 6. **使用步骤**...
**编写目的**:本文档旨在为开发人员提供关于Amcharts_flex_components的全面指南,帮助他们更好地理解并利用该图表组件来创建丰富的数据可视化应用。 **参考资料**:文档编写过程中参考了官方文档和其他相关资料,...
"amcharts_flex_components_1.5.4.0"这个压缩包文件很可能是AmCharts为FLEX提供的图表库的一个版本。AmCharts是一家知名的数据可视化解决方案提供商,他们的图表库支持多种图表类型,并且功能强大,易于使用。1.5....
amCharts_flex_components_1.8.0.1这个版本的库,为Flex开发者提供了集成amChart图表的便利。 1. **饼图**:饼图是一种直观展示数据比例关系的图表,每个扇区代表一个数据项的占比。在amChart中,你可以自定义颜色...
amcharts_flex_components_1.6.2.1这个压缩包中,包含了amchart在Flex环境下的组件库。这些组件是实现图表功能的核心部分,它们预设了多种图表样式和行为,只需通过简单的配置,就能将这些组件插入到Flex项目中。...