mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 18:00:26 +00:00
优化一个Chart里有多个Serie时的Tooltip显示问题
This commit is contained in:
@@ -169,6 +169,11 @@ namespace XCharts.Runtime
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!anyTrigger && m_ContainerSeries == null)
|
||||
{
|
||||
m_ContainerSeries = ListPool<Serie>.Get();
|
||||
UpdatePointerContainerAndSeriesAndTooltip(tooltip, ref m_ContainerSeries);
|
||||
}
|
||||
if (m_ContainerSeries != null)
|
||||
{
|
||||
if (!SetSerieTooltip(tooltip, m_ContainerSeries))
|
||||
|
||||
Reference in New Issue
Block a user