mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
增加Animation的customFadeInDelay等自定义数据项延时和时长回调函数
This commit is contained in:
@@ -147,7 +147,7 @@ namespace XCharts
|
||||
|
||||
private float CheckAnimation(Serie serie, int dataIndex, float barHig)
|
||||
{
|
||||
float currHig = serie.animation.CheckBarProgress(dataIndex, barHig);
|
||||
float currHig = serie.animation.CheckBarProgress(dataIndex, barHig,serie.dataCount);
|
||||
if (!serie.animation.IsFinish())
|
||||
{
|
||||
RefreshChart();
|
||||
|
||||
Reference in New Issue
Block a user