mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 08:50:10 +00:00
修复CoordinateChart的tooltip报错
This commit is contained in:
@@ -127,6 +127,7 @@ namespace XCharts
|
||||
|
||||
public bool CheckTootipArea(Vector2 local)
|
||||
{
|
||||
if (chart.series.Contains(SerieType.Ring)) return false;
|
||||
if (!PointerIsInRingSerie(chart.series, local)) return false;
|
||||
if (m_IsEnterLegendButtom) return false;
|
||||
bool selected = false;
|
||||
|
||||
Reference in New Issue
Block a user