AAChartCore-Kotlin
AAChartCore-Kotlin copied to clipboard
怎么设置均速动画呢,设置AAChartAnimationType.Linear后,结果是开始慢中间快最后慢, 这是Bug吗?
aaOptions.plotOptions?.series?.apply { connectNulls(true) animation(AAAnimation().easing(AAChartAnimationType.Linear).duration(23000)) }
https://github.com/user-attachments/assets/7abf2d57-5884-44da-9f21-bf961ec0b719
应该算是 bug ,最近比较忙,没时间弄,后面有时间再解决