Compare commits
2 Commits
dev/jym/25
...
dev/jym/25
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b422b83907 | ||
| 613c5ff0d2 |
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user