welken

Results 4 issues of welken

![image](https://cloud.githubusercontent.com/assets/12828290/16198839/f52b9438-3739-11e6-8d5d-18c0f541268f.png)

bantang[4216:1916858] *** Terminating app due to uncaught exception 'NSRangeException', reason: 'Cannot remove an observer for the key path "contentOffset" from because it is not registered as an observer.' 注册监听 [tempVC.tableView...

code: let aaChartModel = AAChartModel() .chartType(.areaspline) .margin([kScaleValue(0), kScaleValue(16), kScaleValue(0), kScaleValue(16)]) // 设置边距(上、右、下、左) .animationType(.easeFrom)//设置图表渲染动画类型为 EaseFrom // .yAxisMin(6) // 设置 Y 轴最小值为 0 .dataLabelsEnabled(false) .legendEnabled(false) // 隐藏图例 .markerRadius(0) // 隐藏数据点 .categories(timeArray) .series([...