@@ -542,7 +542,7 @@
data: listtemperature
},{
type: 'line',
- label: '日照度(kWh/㎡)',
+ label: '日照度(W/㎡)',
borderColor: 'rgb(190, 45, 45)',
pointBackgroundColor: 'rgb(190, 45, 45)',
pointBorderColor: 'rgb(190, 45, 45)',
diff --git a/SolarPower/Views/MapOverview/Index.cshtml b/SolarPower/Views/MapOverview/Index.cshtml
index 561fba2..3c9d9f1 100644
--- a/SolarPower/Views/MapOverview/Index.cshtml
+++ b/SolarPower/Views/MapOverview/Index.cshtml
@@ -36,7 +36,7 @@
@@ -346,7 +346,7 @@
'
' +
'
' +
'
今日發電量(kW h):' + item.today_kWh.toFixed(2) + '
'+
- '
今日日照度(k W/m2):' + item.today_irradiance + '
'+
+ '
今日日照度(W/m2):' + item.today_irradiance + '
'+
'
日均發電度數(kwh/kwp):' + item.today_kwhkwp.toFixed(2) + '
' +
'
裝置容量(kWp):' + item.generatingCapacity.toFixed(3) + '
' +
'
掛錶日期:' + item.electricityMeterAt + '
' +
diff --git a/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml b/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml
index e8105ea..ecc43bb 100644
--- a/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml
+++ b/SolarPower/Views/StationOverview/StationOverviewInfo.cshtml
@@ -2777,7 +2777,7 @@
showEmpty: false
}, {
title: {
- text: "kWh/㎡"
+ text: "W/㎡"
},
id: "B",
opposite: true,
@@ -2814,7 +2814,7 @@
zIndex: 4
}, {
type: 'spline',
- name: "日照度(kWh/㎡)",
+ name: "日照度(W/㎡)",
data: listirradiance,
yAxis: "B",
color: "rgb(190, 45, 45)",
diff --git a/SolarPower/Views/StationOverview/_UpToDate.cshtml b/SolarPower/Views/StationOverview/_UpToDate.cshtml
index b645fc6..4f61d52 100644
--- a/SolarPower/Views/StationOverview/_UpToDate.cshtml
+++ b/SolarPower/Views/StationOverview/_UpToDate.cshtml
@@ -35,7 +35,7 @@