增加Formatter配置Tooltip的格式化输出

This commit is contained in:
monitor1394
2019-09-23 09:23:51 +08:00
parent 1793488521
commit f708080ed4
10 changed files with 18217 additions and 18114 deletions

View File

@@ -382,7 +382,8 @@ namespace XCharts
else
{
var content = m_Formatter.Replace("{name}", category);
content = content.Replace("\\n","\n");
content = content.Replace("\\n", "\n");
content = content.Replace("<br/>", "\n");
return content;
}
}