react-native-echarts
react-native-echarts copied to clipboard
使用Pie图,动画出现闪烁
使用Pie图,动画出现闪烁,按照实例写的,应该如何解决 使用的是skia模式
https://github.com/user-attachments/assets/4795cb60-f682-483e-bd05-6f161f6652c9
可复现,待定位
目前没有紧急的修复方法么
禁用动画
因为会有数据变动,所以需要动画来着
去掉 borderRadius: 10, 或者 itemStyle: { borderRadius: 10, borderColor: '#fff', borderWidth: 2 },
可以,目前没有闪烁了