@@ -52,27 +52,17 @@ export default {
},
series: [
{
- name: '发电量',
+ name: '实时发电',
data: [],
type: 'line',
smooth: true,
showSymbol:false,
areaStyle: {
- color: new this.$echarts.graphic.LinearGradient(0, 0, 0, 1, [{
- offset: 0,
- color: '#B0E5CB' // 0% 处的颜色
- }, {
- offset: 0.8,
- color: '#ffffff' // 100% 处的颜色
- }], false),
+ color: {}
lineStyle: {
- color: "#62CC97",
width: 1,
- itemStyle: {
- color: '#62CC97'
- },
emphasis: {
scale:1.5
}