chugengdu

Results 2 issues of chugengdu

```java void setUpAAPlotLinesChartView() { AAChartView aaChartView = findViewById(R.id.aa_chart_view); AASeriesElement[] configurePlotLinesChartSeriesArray = configurePlotLinesChartSeriesArray(); AAChartModel aaChartModel = new AAChartModel() .chartType(AAChartType.Line) .title("流式荧光检测") .subtitle("实验数据") .backgroundColor("#ffffff") .categories(new String[]{}) .dataLabelsEnabled(false) .yAxisGridLineWidth(0f) .yAxisTitle("电压值(V)") .zoomType(AAChartZoomType.X) .scrollablePlotArea(new AAScrollablePlotArea() .minWidth(8000)...

help wanted

![image](https://user-images.githubusercontent.com/71617674/113712772-1ce9e800-9719-11eb-99f2-407b4b40e9d2.png) 没有找到中文文档中的AAChartCoreDemo,但是找到了AAChartCoreLib 文件夹 和 assets 文件夹,接下来我应该将它们分别放到哪里呢?

enhancement