优化 20250710

This commit is contained in:
白菜
2025-07-11 17:24:45 +08:00
parent b84bb3fd89
commit 111079eb48
6 changed files with 11 additions and 11 deletions

View File

@ -76,11 +76,11 @@ export default {
{ {
type: 'inside', type: 'inside',
start: 0, start: 0,
end: 10 end: 100
}, },
{ {
start: 0, start: 0,
end: 10 end: 100
} }
], ],
// POC昨日有功功率、POC昨日无功功率 // POC昨日有功功率、POC昨日无功功率

View File

@ -74,11 +74,11 @@ export default {
{ {
type: 'inside', type: 'inside',
start: 0, start: 0,
end: 10 end: 100
}, },
{ {
start: 0, start: 0,
end: 10 end: 100
} }
], ],
series: [ series: [

View File

@ -75,11 +75,11 @@ export default {
{ {
type: 'inside', type: 'inside',
start: 0, start: 0,
end: 10 end: 100
}, },
{ {
start: 0, start: 0,
end: 10 end: 100
} }
], ],
series: [ series: [

View File

@ -71,11 +71,11 @@ export default {
{ {
type: 'inside', type: 'inside',
start: 0, start: 0,
end: 10 end: 100
}, },
{ {
start: 0, start: 0,
end: 10 end: 100
} }
], ],
series: [ series: [

View File

@ -53,7 +53,7 @@ export default {
borderColor: "#4bf3f9", borderColor: "#4bf3f9",
shadowColor: '#03365b', //阴影颜色 shadowColor: '#03365b', //阴影颜色
shadowOffsetX: 0, //阴影偏移量 shadowOffsetX: 0, //阴影偏移量
shadowOffsetY: 10, //阴影偏移量 shadowOffsetY: 0, //阴影偏移量
}, },
emphasis: { emphasis: {
label: { label: {

View File

@ -84,11 +84,11 @@ export default {
value:'', value:'',
attr:'runningTime' attr:'runningTime'
},{ },{
title:'装机功率', title:'装机功率(MW)',
value:'', value:'',
attr:'installPower' attr:'installPower'
},{ },{
title:'装机容量', title:'装机容量(MW)',
value:'', value:'',
attr:'installCapacity', attr:'installCapacity',
}] }]