mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 01:40:06 +00:00
重构Animation动画系统,增加Addition新增动画支持
This commit is contained in:
@@ -97,7 +97,7 @@ namespace XCharts.Runtime
|
||||
|
||||
private void DrawBarSerie(VertexHelper vh, SimplifiedBar serie, int colorIndex)
|
||||
{
|
||||
if (!serie.show || serie.animation.HasFadeout())
|
||||
if (!serie.show || serie.animation.HasFadeOut())
|
||||
return;
|
||||
|
||||
Axis axis;
|
||||
|
||||
Reference in New Issue
Block a user