mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 10:20:10 +00:00
修复CoordinateChart的tooltip报错
This commit is contained in:
@@ -79,6 +79,7 @@ namespace XCharts
|
||||
|
||||
public bool CheckTootipArea(Vector2 local)
|
||||
{
|
||||
if (chart.series.Contains(SerieType.Gauge)) return false;
|
||||
var serie = GetPointerInSerieIndex(chart.series, local);
|
||||
if (serie != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user