fix ring tooltip bug #192

This commit is contained in:
monitor1394
2022-04-21 22:07:30 +08:00
parent 0341ec3420
commit 983d5f7377
3 changed files with 6 additions and 1 deletions

View File

@@ -136,7 +136,6 @@ 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;
chart.tooltip.runtimeDataIndex.Clear();