Răsfoiți Sursa

make AAYAxis open

stars-one 1 an în urmă
părinte
comite
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