[optimize] tooltip

This commit is contained in:
monitor1394
2022-04-09 11:03:41 +08:00
parent e4fac71987
commit e2b0c935e0
4 changed files with 81 additions and 64 deletions

View File

@@ -1430,7 +1430,7 @@ namespace XCharts.Runtime
}
else
{
return context.sortedData.Count > 0 ? context.sortedData : m_Data;
return useSortData && context.sortedData.Count > 0 ? context.sortedData : m_Data;
}
}