amChart for Flex 破解
1.amChart for flex 官网地址http://flex.amcharts.com 2.amChart 收费问题:
从官网上的介绍可以看出,该组件是免费的,但是在报表的左上角会有一个? chart by amChar.com 的链接。不过这个链接的地址是可以去掉的 ? 3.amChart去掉链接
?? 1.创建类Amcharts1继承 AmSerialChart
<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.到此为止,运行应用程序,就可以实现链接去除的目的。 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
- ruby-on-rails – rails by by和按列排序
- C#实现Winform鼠标拖动窗口大小时设定窗口最小尺寸的方法
- logback logback.xml常用配置详解(一)<configuration> a
- xml(ibatis配置)中CDATA的用法
- 原码、反码、补码及位操作符,C语言位操作详解
- ios – Autolayout和Scrollview宽度固定在屏幕上(不是内容)
- flex for Arcgis实现查询及定位功能
- 调试FLEX / AS3内存泄漏
- ruby-on-rails – rails 4 asset_path助手是否使用asset.pr
- EFColorPicker - 一个纯 Swift 的轻量级 iOS 颜色选择器