mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 06:50:18 +00:00
3.0
This commit is contained in:
@@ -431,6 +431,7 @@ namespace XCharts.Runtime
|
||||
if (m_PointerContainer is GridCoord)
|
||||
{
|
||||
var grid = m_PointerContainer as GridCoord;
|
||||
if (!grid.context.isPointerEnter) return;
|
||||
if (IsYCategoryOfGrid(grid.index))
|
||||
DrawYAxisIndicator(vh, tooltip, grid);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user