日志:图表标签名称显示修改
故障:图表标签名称显示修改
This commit is contained in:
parent
8a64b055e9
commit
4cdf63fa44
@ -478,7 +478,7 @@ const createSeriesData = () => {
|
|||||||
} else {
|
} else {
|
||||||
const color = getRandomDarkColor()
|
const color = getRandomDarkColor()
|
||||||
const data = {
|
const data = {
|
||||||
name: item,
|
name: fileKeyEnums?.[item] ?? item,
|
||||||
type: 'line',
|
type: 'line',
|
||||||
barWidth: 20,
|
barWidth: 20,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
|
@ -483,7 +483,7 @@ const createSeriresData = () => {
|
|||||||
} else {
|
} else {
|
||||||
const color = getRandomDarkColor()
|
const color = getRandomDarkColor()
|
||||||
const data = {
|
const data = {
|
||||||
name: item,
|
name: fileKeyEnums[item],
|
||||||
type: 'line',
|
type: 'line',
|
||||||
barWidth: 20,
|
barWidth: 20,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
|
Loading…
Reference in New Issue
Block a user