|
@@ -463,6 +463,8 @@ class AAChartModel {
|
|
}
|
|
}
|
|
|
|
|
|
init {
|
|
init {
|
|
|
|
+ title = ""
|
|
|
|
+ subtitle = ""
|
|
chartType = AAChartType.Line
|
|
chartType = AAChartType.Line
|
|
animationDuration = 500 //以毫秒为单位
|
|
animationDuration = 500 //以毫秒为单位
|
|
animationType = AAChartAnimationType.Linear
|
|
animationType = AAChartAnimationType.Linear
|