mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 15:00:08 +00:00
修复Axis的IndicatorLabel可能会遮挡住Tooltip的问题
This commit is contained in:
@@ -65,6 +65,7 @@ namespace XCharts.Runtime
|
||||
|
||||
m_LabelRoot = ChartHelper.AddObject("label", tooltip.gameObject.transform, chart.chartMinAnchor,
|
||||
chart.chartMaxAnchor, chart.chartPivot, chart.chartSizeDelta);
|
||||
m_LabelRoot.transform.SetSiblingIndex(0);
|
||||
ChartHelper.HideAllObject(m_LabelRoot);
|
||||
m_IndicatorLabels.Clear();
|
||||
foreach (var com in chart.components)
|
||||
|
||||
Reference in New Issue
Block a user