mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 08:50:10 +00:00
增加Tooltip的offset参数配置偏移
This commit is contained in:
@@ -576,7 +576,7 @@ namespace XCharts
|
||||
break;
|
||||
}
|
||||
}
|
||||
m_Tooltip.UpdateContentPos(new Vector2(local.x + 18, local.y - 25));
|
||||
m_Tooltip.UpdateContentPos(local + m_Tooltip.offset);
|
||||
UpdateTooltip();
|
||||
if (m_Tooltip.type == Tooltip.Type.Corss)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user