mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 23:40:10 +00:00
增加Formatter配置Tooltip的格式化输出
This commit is contained in:
@@ -492,7 +492,6 @@ namespace XCharts
|
||||
sb.AppendFormat("{0}: {1}", key, value);
|
||||
}
|
||||
m_Tooltip.UpdateContentText(sb.ToString());
|
||||
|
||||
var pos = m_Tooltip.GetContentPos();
|
||||
if (pos.x + m_Tooltip.width > chartWidth)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user