mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 11:19:24 +08:00
修改图标的y坐标轴标签,修改运行监控页面的设置下发按钮和操作
This commit is contained in:
@@ -106,7 +106,17 @@ export default {
|
||||
infoKeys: [
|
||||
{ key: 'storage_elect_in', label: '日充电电量', lineColor: '#2A82E4' },
|
||||
{ key: 'storage_elect_out', label: '日放电电量', lineColor: '#5AABF2' }
|
||||
],
|
||||
yAxisOption:[
|
||||
{
|
||||
name: '电量(kW·h)',
|
||||
type: 'value',
|
||||
nameTextStyle: { color: '#fff' },
|
||||
splitLine: { lineStyle: { type: 'dashed', color: '#435463' } },
|
||||
axisLabel: { interval: 4, color: '#fff', fontSize:12 },
|
||||
}
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
title: '运行状态分析',
|
||||
|
||||
Reference in New Issue
Block a user