해상도 변경 시 작업 조건 분석 차트 가로축 UI 위치가 어긋나는 오류 #125

Merged
jym merged 1 commits from dev/jym/250722_01 into main 2025-07-22 11:45:53 +09:00

View File

@@ -132,7 +132,7 @@ public class UI_GraphChart : UIBase, IPointerClickHandler
foreach(var index in labelPos.Keys)
{
var date = Instantiate(prf_dateTime, Content_DateTime);
date.transform.position = new Vector3(labelPos[index].x, offsetY, 0);
date.transform.position = new Vector3(labelPos[index].x, Content_DateTime.transform.position.y, 0);
date.SetDateTime(graphDateTimeData[index]);
}
Graph.OnRedraw.RemoveAllListeners();