优化Bar的Tooltip表现

This commit is contained in:
monitor1394
2023-08-22 23:43:33 +08:00
parent 637fde799e
commit 80d596a721
2 changed files with 8 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ namespace XCharts.Runtime
string marker, string itemFormatter, string numericFormatter, string ignoreDataDefaultContent,
ref List<SerieParams> paramList, ref string title)
{
UpdateCoordSerieParams(ref paramList, ref title, dataIndex, true, category,
UpdateCoordSerieParams(ref paramList, ref title, dataIndex, showCategory, category,
marker, itemFormatter, numericFormatter, ignoreDataDefaultContent);
}