mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 17:30:10 +00:00
优化BarChart在Tooltip的Trigger为Item时的表现
This commit is contained in:
@@ -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, showCategory, category,
|
||||
UpdateCoordSerieParams(ref paramList, ref title, dataIndex, true, category,
|
||||
marker, itemFormatter, numericFormatter, ignoreDataDefaultContent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user