|
@@ -1646,9 +1646,10 @@ public class GCJKLayer : YZTRootLayer
|
|
zhaMenKaiDu.text = $"{floorGateData[_index].opening_degree:0.00}<size=14><color=#A5BFE2>%</color></size>";
|
|
zhaMenKaiDu.text = $"{floorGateData[_index].opening_degree:0.00}<size=14><color=#A5BFE2>%</color></size>";
|
|
|
|
|
|
guoZhaLiuLiang.text = $"-<size=14><color=#A5BFE2>m\u00b3/s</color></size>";
|
|
guoZhaLiuLiang.text = $"-<size=14><color=#A5BFE2>m\u00b3/s</color></size>";
|
|
- zhaQianShuiWei.text = $"- <size=14><color=#A5BFE2>m</color></size>";
|
|
|
|
|
|
|
|
var floorGateData_sw = currentDataType == 0 ? GlobalData.floorGateData.buYuanSW : GlobalData.floorGateData.taoKouSW;
|
|
var floorGateData_sw = currentDataType == 0 ? GlobalData.floorGateData.buYuanSW : GlobalData.floorGateData.taoKouSW;
|
|
|
|
+
|
|
|
|
+ zhaQianShuiWei.text = $"{floorGateData_sw} <size=14><color=#A5BFE2>m</color></size>";
|
|
zhaHouShuiWei.text = $"{floorGateData_sw} <size=14><color=#A5BFE2>m</color></size>";
|
|
zhaHouShuiWei.text = $"{floorGateData_sw} <size=14><color=#A5BFE2>m</color></size>";
|
|
|
|
|
|
var shuiweiData = currentDataType == 0 ? GlobalData.floorGateData.swzxtBY : GlobalData.floorGateData.swzxtTK;
|
|
var shuiweiData = currentDataType == 0 ? GlobalData.floorGateData.swzxtBY : GlobalData.floorGateData.swzxtTK;
|
|
@@ -1662,7 +1663,6 @@ public class GCJKLayer : YZTRootLayer
|
|
|
|
|
|
var tempSeries = shuiweiChart.series;
|
|
var tempSeries = shuiweiChart.series;
|
|
tempSeries[0].serieName = "水位";
|
|
tempSeries[0].serieName = "水位";
|
|
- tempSeries[1].serieName = "水位";
|
|
|
|
SerieData[] tempDatas = new SerieData[shuiweiData.Length];
|
|
SerieData[] tempDatas = new SerieData[shuiweiData.Length];
|
|
for (int i = 0; i < tempDatas.Length; i++)
|
|
for (int i = 0; i < tempDatas.Length; i++)
|
|
{
|
|
{
|
|
@@ -1678,8 +1678,6 @@ public class GCJKLayer : YZTRootLayer
|
|
|
|
|
|
tempSeries[0].data.Clear();
|
|
tempSeries[0].data.Clear();
|
|
tempSeries[0].data.AddRange(tempDatas);
|
|
tempSeries[0].data.AddRange(tempDatas);
|
|
- tempSeries[1].data.Clear();
|
|
|
|
- tempSeries[1].data.AddRange(tempDatas);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|