浏览代码

Remove outdated content

An An 5 年之前
父节点
当前提交
09327649e9
共有 1 个文件被更改,包括 1 次插入28 次删除
  1. 1 28
      README.md

+ 1 - 28
README.md

@@ -424,34 +424,7 @@ series | the series data of chart |  a list made of AASeriesElement instance obj
     var axisColor: String? = null             
 ```
 
-## Postscript
-
-If you want to shrink the size of the `AAInfographics` lib ,you should do something like this:
-1. Delete the `.js` file of `AAJSFiles` folder in `AAInfographics`,The names of multiple files that need to be deleted are as follows
-
-* AAHighchartsLib.js
-* AAHighchartsMore.js
-* AAFunnel.js
-
-2.Change the content of `AAChartView.html` file
-``` html
-<script src="AAHighchartsLib.js">
-</script>
-<script src="AAHighchartsMore.js">
-</script>
-<script src="AAFunnel.js">
-</script>
-```
-to be
-
-``` html
-<script src="https://img.hcharts.cn/highcharts/highcharts.js">
-</script>
-<script src="https://img.hcharts.cn/highcharts/highcharts-more.js">
-</script>
-<script src="https://img.hcharts.cn/highcharts/modules/funnel.js">
-</script>
-```
+
 
 ##  Created By