mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 21:40:41 +00:00
增加BarChart的Animation初始化动画配置支持
This commit is contained in:
@@ -793,6 +793,15 @@ namespace XCharts
|
||||
}
|
||||
}
|
||||
|
||||
public void AnimationStart()
|
||||
{
|
||||
foreach (var serie in m_Series)
|
||||
{
|
||||
if(serie.animation.enable)
|
||||
serie.animation.Start();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 从json中解析数据
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user