mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 07:50:16 +00:00
增加Tooltip的单个数据项和标题的字符串模版格式器
This commit is contained in:
@@ -300,7 +300,7 @@ namespace XCharts
|
||||
return;
|
||||
}
|
||||
|
||||
if (string.IsNullOrEmpty(tooltip.formatter))
|
||||
if (tooltip.IsNoFormatter())
|
||||
{
|
||||
sb.Length = 0;
|
||||
if (!isCartesian)
|
||||
|
||||
Reference in New Issue
Block a user