AAChartCore-Kotlin icon indicating copy to clipboard operation
AAChartCore-Kotlin copied to clipboard

怎么设置均速动画呢,设置AAChartAnimationType.Linear后,结果是开始慢中间快最后慢, 这是Bug吗?

Open skyer518 opened this issue 7 months ago • 2 comments

skyer518 avatar Apr 24 '25 07:04 skyer518

aaOptions.plotOptions?.series?.apply { connectNulls(true) animation(AAAnimation().easing(AAChartAnimationType.Linear).duration(23000)) }

https://github.com/user-attachments/assets/7abf2d57-5884-44da-9f21-bf961ec0b719

skyer518 avatar Apr 30 '25 07:04 skyer518

应该算是 bug ,最近比较忙,没时间弄,后面有时间再解决

AAChartModel avatar May 08 '25 13:05 AAChartModel