mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 06:20:15 +00:00
优化Formatter显示
This commit is contained in:
@@ -593,7 +593,7 @@ namespace XCharts
|
||||
}
|
||||
else
|
||||
{
|
||||
m_Tooltip.UpdateContentText(m_Tooltip.GetFormatterContent(index, m_Series));
|
||||
m_Tooltip.UpdateContentText(m_Tooltip.GetFormatterContent(index, m_Series, null));
|
||||
}
|
||||
|
||||
var pos = m_Tooltip.GetContentPos();
|
||||
|
||||
Reference in New Issue
Block a user