日志:图表标签名称显示修改

故障:图表标签名称显示修改
This commit is contained in:
高云鹏 2024-11-20 09:27:05 +08:00
parent 8a64b055e9
commit 4cdf63fa44
2 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ const createSeriesData = () => {
} else {
const color = getRandomDarkColor()
const data = {
name: item,
name: fileKeyEnums?.[item] ?? item,
type: 'line',
barWidth: 20,
itemStyle: {

View File

@ -483,7 +483,7 @@ const createSeriresData = () => {
} else {
const color = getRandomDarkColor()
const data = {
name: item,
name: fileKeyEnums[item],
type: 'line',
barWidth: 20,
itemStyle: {