작업 조건 분석 UI 디자인 변경
This commit is contained in:
@@ -16,8 +16,8 @@ public class UI_GraphChart : UIBase, IPointerClickHandler
|
||||
//public RectTransform Content_DateTime;
|
||||
|
||||
private UI_GraphChartData chartDetailData;
|
||||
private TextMeshProUGUI GraphName;
|
||||
|
||||
public int index;
|
||||
public string graphName;
|
||||
|
||||
public bool isMainChart;
|
||||
@@ -76,6 +76,10 @@ public class UI_GraphChart : UIBase, IPointerClickHandler
|
||||
MinValue.SetText(min.ToString());
|
||||
MaxValue.SetText(max.ToString());
|
||||
}
|
||||
else
|
||||
{
|
||||
GraphName.SetText(this.graphName);
|
||||
}
|
||||
|
||||
Graph.DataSource.VerticalViewSize = max * 2f;
|
||||
Graph.DataSource.ClearCategory("WorkConditionsData");
|
||||
|
||||
Reference in New Issue
Block a user