mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 05:10:12 +00:00
增加PieChart的Animation初始化动画配置支持
This commit is contained in:
@@ -797,8 +797,10 @@ namespace XCharts
|
||||
{
|
||||
foreach (var serie in m_Series)
|
||||
{
|
||||
if(serie.animation.enable)
|
||||
if (serie.animation.enable)
|
||||
{
|
||||
serie.animation.Start();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user