图表问题修改
This commit is contained in:
@@ -566,7 +566,9 @@ const init = (flag: boolean) => {
|
||||
seriesList.push([cc.time, cc.statisticalData?.toFixed(2), cc.unit])
|
||||
})
|
||||
echartsData.value.options.series.push({
|
||||
name: kk[0].phase + '相' + item[0].anotherName,
|
||||
name: kk[0].phase
|
||||
? kk[0].phase + '相' + item[0].anotherName
|
||||
: item[0].anotherName,
|
||||
type: 'line',
|
||||
smooth: true,
|
||||
symbol: 'none',
|
||||
|
||||
Reference in New Issue
Block a user