mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-26 02:40:13 +00:00
重构Animation动画系统,增加Addition新增动画支持
This commit is contained in:
@@ -300,7 +300,7 @@ namespace XCharts.Runtime
|
||||
|
||||
private void DrawPie(VertexHelper vh, Serie serie)
|
||||
{
|
||||
if (!serie.show || serie.animation.HasFadeout())
|
||||
if (!serie.show || serie.animation.HasFadeOut())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user