修复LineChartXY都为数值轴时添加无序数据显示异常的问题

This commit is contained in:
monitor1394
2022-11-26 12:02:56 +08:00
parent da10188c6b
commit 69db61c7b6
2 changed files with 3 additions and 3 deletions

View File

@@ -275,8 +275,6 @@ namespace XCharts.Runtime
{
if (m_IsInit || m_IsEnd)
return;
if (curr > dest)
return;
m_IsInit = true;
m_TotalDetailProgress = dest - curr;