1. bug fix
This commit is contained in:
parent
c7a3fc3302
commit
0567483eba
@ -276,8 +276,8 @@ namespace SolarPower.Controllers
|
||||
analysisDevice.Series.Add(PR);
|
||||
|
||||
DeviceHistoryInfo modelTemperature = new DeviceHistoryInfo();
|
||||
modelTemperature.Name = string.Format("{0}:{1}", powerStation.Name, analysisDevice.MultipleYaxes["ModelTemperature"]);
|
||||
modelTemperature.YaxesKey = "ModelTemperature";
|
||||
modelTemperature.Name = string.Format("{0}:{1}", powerStation.Name, analysisDevice.MultipleYaxes["Temperature"]);
|
||||
modelTemperature.YaxesKey = "Temperature";
|
||||
modelTemperature.Values = new List<double>();
|
||||
foreach (var history in temp_item)
|
||||
{
|
||||
|
||||
@ -126,7 +126,7 @@
|
||||
{ key: "Irradiance", title: "日照度", default: true },
|
||||
{ key: "KWHKWP", title: "發電小時", default: false },
|
||||
{ key: "PR", title: "PR %", default: false },
|
||||
{ key: "ModelTemperature", title: "模組溫度", default: false },
|
||||
{ key: "Temperature", title: "模組溫度", default: false },
|
||||
{ key: "SolarHour", title: "日照小時", default: false }
|
||||
]
|
||||
var PWR_compare_col = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user