mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
fix ring tooltip bug #192
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user