修复Tooltip不触发的问题

This commit is contained in:
monitor1394
2021-05-18 09:29:03 +08:00
parent ccb010fee3
commit d1c1e64e4c
5 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ namespace XCharts
public bool CheckTootipArea(Vector2 local)
{
if (chart.series.Contains(SerieType.Gauge)) return false;
if (!chart.series.Contains(SerieType.Gauge)) return false;
var serie = GetPointerInSerieIndex(chart.series, local);
if (serie != null)
{