Quellcode durchsuchen

make AAYAxis open

stars-one vor 1 Jahr
Ursprung
Commit
808bc444b2

+ 1 - 1
charts/src/main/java/com/github/aachartmodel/aainfographics/aaoptionsmodel/AAYAxis.kt

@@ -8,7 +8,7 @@
  */
 package com.github.aachartmodel.aainfographics.aaoptionsmodel
 
-class AAYAxis: AAAxis() {
+open class AAYAxis: AAAxis() {
     var stackLabels: Any? = null
     fun stackLabels(prop: Any?): AAYAxis {
         stackLabels = prop