mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
提交系统管理web端代码
This commit is contained in:
@@ -204,7 +204,7 @@ function initEchartCurve(id, seriesItems) {
|
||||
option.legend.data = seriesItems
|
||||
option.series = []
|
||||
seriesItems.forEach(item => {
|
||||
option.series.push({ name: item, type: 'line', smooth: true, symbolSize: 0, data: [] })
|
||||
option.series.push({ name: item, type: 'line', smooth: false, symbolSize: 0, data: [] })
|
||||
})
|
||||
echart.setOption(option)
|
||||
return echart
|
||||
|
||||
Reference in New Issue
Block a user