Browse Source

Add more chart type enum values

An An 5 years ago
parent
commit
7a553bfc8d

File diff suppressed because it is too large
+ 2 - 2
app/AAChartCore-Kotlin.app.iml


+ 3 - 1
app/src/main/java/com/aachartmodel/aainfographics/AAInfographicsLib/AAChartConfiger/AAChartModel.kt

@@ -83,7 +83,9 @@ enum class AAChartType(val value: String) {
     Areasplinerange ("areasplinerange"),
     Boxplot         ("boxplot"),
     Waterfall       ("waterfall"),
-    Polygon         ("polygon")
+    Polygon         ("polygon"),
+    Gauge           ("gauge"),
+    Errorbar        ("errorbar"),
 }
 
 enum class AAChartZoomType(val value: String) {

+ 1 - 1
build.gradle

@@ -8,7 +8,7 @@ buildscript {
         
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.5.0'
+        classpath 'com.android.tools.build:gradle:3.5.3'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files

Some files were not shown because too many files changed in this diff