|
@@ -165,9 +165,9 @@ export default {
|
|
if (radiationData.diffuseRs != null) {
|
|
if (radiationData.diffuseRs != null) {
|
|
diffuseR = radiationData.diffuseRs
|
|
diffuseR = radiationData.diffuseRs
|
|
}
|
|
}
|
|
- if (radiationData.obliqueRs != null) {
|
|
|
|
- obliqueR = radiationData.obliqueRs
|
|
|
|
- }
|
|
|
|
|
|
+ // if (radiationData.obliqueRs != null) {
|
|
|
|
+ // obliqueR = radiationData.obliqueRs
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
|
|
|
|
this.chart = echarts.init(document.getElementById('radiationCharts'))
|
|
this.chart = echarts.init(document.getElementById('radiationCharts'))
|
|
@@ -198,7 +198,7 @@ export default {
|
|
itemWidth: 14,
|
|
itemWidth: 14,
|
|
itemHeight: 5,
|
|
itemHeight: 5,
|
|
itemGap: 13,
|
|
itemGap: 13,
|
|
- data: ['总辐射', '直辐射', '散辐射', '斜辐射'],
|
|
|
|
|
|
+ data: ['总辐射', '直辐射', '散辐射'],
|
|
right: '4%',
|
|
right: '4%',
|
|
textStyle: {
|
|
textStyle: {
|
|
fontSize: 12,
|
|
fontSize: 12,
|
|
@@ -208,7 +208,7 @@ export default {
|
|
'总辐射': true,
|
|
'总辐射': true,
|
|
'直辐射': true,
|
|
'直辐射': true,
|
|
'散辐射': true,
|
|
'散辐射': true,
|
|
- '斜辐射': false
|
|
|
|
|
|
+ // '斜辐射': false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
dataZoom: [{
|
|
dataZoom: [{
|
|
@@ -333,29 +333,29 @@ export default {
|
|
},
|
|
},
|
|
data: diffuseR
|
|
data: diffuseR
|
|
},
|
|
},
|
|
- {
|
|
|
|
- name: '斜辐射',
|
|
|
|
- type: 'line',
|
|
|
|
- smooth: true,
|
|
|
|
- symbol: 'circle',
|
|
|
|
- symbolSize: 5,
|
|
|
|
- showSymbol: false,
|
|
|
|
- connectNulls: true,
|
|
|
|
- lineStyle: {
|
|
|
|
- normal: {
|
|
|
|
- width: 2
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- itemStyle: {
|
|
|
|
- normal: {
|
|
|
|
- color: 'rgb(122,27,189)',
|
|
|
|
- borderColor: 'rgba(74,2,189,0.27)',
|
|
|
|
- borderWidth: 12
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- data: obliqueR
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // name: '斜辐射',
|
|
|
|
+ // type: 'line',
|
|
|
|
+ // smooth: true,
|
|
|
|
+ // symbol: 'circle',
|
|
|
|
+ // symbolSize: 5,
|
|
|
|
+ // showSymbol: false,
|
|
|
|
+ // connectNulls: true,
|
|
|
|
+ // lineStyle: {
|
|
|
|
+ // normal: {
|
|
|
|
+ // width: 2
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
|
|
+ // itemStyle: {
|
|
|
|
+ // normal: {
|
|
|
|
+ // color: 'rgb(122,27,189)',
|
|
|
|
+ // borderColor: 'rgba(74,2,189,0.27)',
|
|
|
|
+ // borderWidth: 12
|
|
|
|
+ //
|
|
|
|
+ // }
|
|
|
|
+ // },
|
|
|
|
+ // data: obliqueR
|
|
|
|
+ // },
|
|
]
|
|
]
|
|
})
|
|
})
|
|
},
|
|
},
|