优化Tooltip

This commit is contained in:
monitor1394
2020-06-14 17:04:50 +08:00
parent eccd5a8995
commit ac35a9af65
2 changed files with 10 additions and 2 deletions

View File

@@ -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;