mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 14:30:10 +00:00
修复LineChart在XY都为数值轴时添加无序数据显示异常的问题
This commit is contained in:
@@ -275,8 +275,6 @@ namespace XCharts.Runtime
|
||||
{
|
||||
if (m_IsInit || m_IsEnd)
|
||||
return;
|
||||
if (curr > dest)
|
||||
return;
|
||||
|
||||
m_IsInit = true;
|
||||
m_TotalDetailProgress = dest - curr;
|
||||
|
||||
Reference in New Issue
Block a user