An An
An An
Are you an iOS developer or an Android developer?🤣
AAChartCore is fully functional and available for now, but the code is not very clean, I need more time to optimize it .
现在就可以使用啊,iOS版本的所有主要功能,在AAChartCore当中都有了.只是工作繁忙,没有时间写README文档,以及Demo中更多更丰富的使用示例.
兄弟,我的这个项目连README都还没有来的及写?你怎么就贸然用上了?!
> 但是现在我手指离开了屏幕,点击了图表外的自己原生的view,能否把图表内的被hover住的柱子状态恢复默认? 参考: * https://stackoverflow.com/questions/24701587/highcharts-highlight-entire-series-when-hover-and-restore-state-when-out
Try to change ```groovy dependencies { implementation 'com.github.AAChartModel:AAChartCore-Kotlin:-SNAPSHOT' } ``` to be ```groovy dependencies { implementation 'com.github.AAChartModel:AAChartCore-Kotlin:6.1.0' } ``` then sync project dependencies again.
https://www.jianshu.com/p/0d0ebb86dd17 看看是否是这个问题
试试将 dependencies 改成下面这样 ```groovy dependencies { implementation 'com.github.AAChartModel:AAChartCore-Kotlin:6.0.0' } ```
不太对劲啊, 你这图表只有三四根线, 怎么tooltip 上这么多数值?
do not support it yet