|
@@ -1,39 +1,40 @@
|
|
-package com.example.chartcorekotlin.AAChartConfiger
|
|
|
|
-
|
|
|
|
-import java.util.HashMap
|
|
|
|
-
|
|
|
|
-//
|
|
|
|
|
|
+/**
|
|
// AAChartModel.java
|
|
// AAChartModel.java
|
|
// ChartCore-Slim
|
|
// ChartCore-Slim
|
|
//
|
|
//
|
|
// Created by AnAn on 2018/12/08.
|
|
// Created by AnAn on 2018/12/08.
|
|
// Copyright © 2018年 An An. All rights reserved.
|
|
// Copyright © 2018年 An An. All rights reserved.
|
|
-//*************** ...... SOURCE CODE ...... ***************
|
|
|
|
-//***...................................................***
|
|
|
|
-//*** https://github.com/AAChartModel/ChartCore ***
|
|
|
|
-//*** https://github.com/AAChartModel/ChartCore-Slim ***
|
|
|
|
-//***...................................................***
|
|
|
|
-//*************** ...... SOURCE CODE ...... ***************
|
|
|
|
-
|
|
|
|
|
|
+*/
|
|
|
|
+/**
|
|
|
|
+ * ◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉ ...... SOURCE CODE ......◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉
|
|
|
|
+ * ◉◉◉................................................... ◉◉◉
|
|
|
|
+ * ◉◉◉ https://github.com/AAChartModel/AAChartCore ◉◉◉
|
|
|
|
+ * ◉◉◉ https://github.com/AAChartModel/AAChartCore-Kotlin ◉◉◉
|
|
|
|
+ * ◉◉◉................................................... ◉◉◉
|
|
|
|
+ * ◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉ ...... SOURCE CODE ......◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉
|
|
|
|
+ */
|
|
|
|
|
|
-/*
|
|
|
|
|
|
+/**
|
|
|
|
|
|
* -------------------------------------------------------------------------------
|
|
* -------------------------------------------------------------------------------
|
|
*
|
|
*
|
|
- * 🌕 🌖 🌗 🌘 ❀❀❀ WARM TIPS! ❀❀❀ 🌑 🌒 🌓 🌔
|
|
|
|
|
|
+ * 🌕 🌖 🌗 🌘 ❀❀❀ WARM TIPS!!! ❀❀❀ 🌑 🌒 🌓 🌔
|
|
*
|
|
*
|
|
* Please contact me on GitHub,if there are any problems encountered in use.
|
|
* Please contact me on GitHub,if there are any problems encountered in use.
|
|
- * GitHub Issues : https://github.com/AAChartModel/ChartCore-Slim/issues
|
|
|
|
|
|
+ * GitHub Issues : https://github.com/AAChartModel/AAChartCore-Kotlin/issues
|
|
* -------------------------------------------------------------------------------
|
|
* -------------------------------------------------------------------------------
|
|
* And if you want to contribute for this project, please contact me as well
|
|
* And if you want to contribute for this project, please contact me as well
|
|
* GitHub : https://github.com/AAChartModel
|
|
* GitHub : https://github.com/AAChartModel
|
|
* StackOverflow : https://stackoverflow.com/users/7842508/codeforu
|
|
* StackOverflow : https://stackoverflow.com/users/7842508/codeforu
|
|
- * JianShu : https://www.jianshu.com/u/f1e6753d4254
|
|
|
|
|
|
+ * JianShu : http://www.jianshu.com/u/f1e6753d4254
|
|
* SegmentFault : https://segmentfault.com/u/huanghunbieguan
|
|
* SegmentFault : https://segmentfault.com/u/huanghunbieguan
|
|
*
|
|
*
|
|
* -------------------------------------------------------------------------------
|
|
* -------------------------------------------------------------------------------
|
|
|
|
|
|
*/
|
|
*/
|
|
|
|
+package com.example.chartcorekotlin.AAChartConfiger
|
|
|
|
+
|
|
|
|
+import java.util.HashMap
|
|
|
|
|
|
|
|
|
|
object AAOptionsConstructor {
|
|
object AAOptionsConstructor {
|