mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
实现系统总览页面数据接口
This commit is contained in:
@@ -52,7 +52,7 @@ var optionBar = {
|
||||
axisLine: { show: true },
|
||||
axisLabel: { color: 'white', fontSize: 12, margin: 8, interval: 'auto' },
|
||||
//网格线
|
||||
splitLine: { show: true, lineStyle: { type: 'dashed' } },
|
||||
splitLine: { show: true, interval: 2, lineStyle: { type: 'dashed', color: 'gray' } },
|
||||
},
|
||||
],
|
||||
series: [
|
||||
@@ -156,7 +156,7 @@ var optionCurve = {
|
||||
axisTick: { show: true },
|
||||
axisLine: { show: true, lineStyle: { color: 'white' } },
|
||||
axisLabel: { color: 'white' },
|
||||
splitLine: { show: true, lineStyle: { type: 'dashed' } },
|
||||
splitLine: { show: true, lineStyle: { type: 'dashed', color: 'gray' } },
|
||||
nameTextStyle: { color: 'white', fontSize: 15 },
|
||||
boundaryGap: [0, '100%'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user