소스 검색

make AAYAxis open

stars-one 1 년 전
부모
커밋
808bc444b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      charts/src/main/java/com/github/aachartmodel/aainfographics/aaoptionsmodel/AAYAxis.kt

+ 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