mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
修改图标的y坐标轴标签,修改运行监控页面的设置下发按钮和操作
This commit is contained in:
@@ -30,6 +30,15 @@ export default {
|
||||
type: 'line',
|
||||
smooth:false,
|
||||
dataKey: 'chargeDischarge',
|
||||
yAxisOption:[
|
||||
{
|
||||
name: '电量(kW·h)',
|
||||
type: 'value',
|
||||
nameTextStyle: { color: '#fff' },
|
||||
splitLine: { lineStyle: { type: 'dashed', color: '#435463' } },
|
||||
axisLabel: { interval: 4, color: '#fff', fontSize:12 },
|
||||
}
|
||||
],
|
||||
infoKeys: [
|
||||
|
||||
{
|
||||
@@ -69,8 +78,16 @@ export default {
|
||||
type: 'line',
|
||||
smooth:false,
|
||||
dataKey: 'chargeDischarge',
|
||||
yAxisOption:[
|
||||
{
|
||||
name: '电量(kW·h)',
|
||||
type: 'value',
|
||||
nameTextStyle: { color: '#fff' },
|
||||
splitLine: { lineStyle: { type: 'dashed', color: '#435463' } },
|
||||
axisLabel: { interval: 4, color: '#fff', fontSize:12 },
|
||||
}
|
||||
],
|
||||
infoKeys: [
|
||||
|
||||
{
|
||||
key: 'W_charge',
|
||||
label: '充电电量',
|
||||
|
||||
Reference in New Issue
Block a user