mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 23:40:10 +00:00
优化Tooltip
This commit is contained in:
@@ -56,6 +56,12 @@ namespace XCharts
|
||||
{
|
||||
targetIndex = serie.index;
|
||||
}
|
||||
else
|
||||
{
|
||||
serie = series.GetSerie(0);
|
||||
targetIndex = 0;
|
||||
}
|
||||
if (serie == null) continue;
|
||||
if (p == '.')
|
||||
{
|
||||
var bIndex = targetIndex;
|
||||
|
||||
Reference in New Issue
Block a user