fix:修改y轴的标签颜色

main
liu.shiyi 1 year ago
parent 7eb1ffa503
commit 7375e65809

@ -614,7 +614,7 @@ const option = {
}, },
label: { label: {
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -600,7 +600,7 @@ const option = {
}, },
label: { label: {
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -477,7 +477,7 @@ const option = {
}, },
label: { label: {
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -617,7 +617,7 @@ const option = {
return `${(v / 10e8).toFixed(1)} B` return `${(v / 10e8).toFixed(1)} B`
}, },
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -707,7 +707,7 @@ const option = {
return `${(v / 10e8).toFixed(1)} B` return `${(v / 10e8).toFixed(1)} B`
}, },
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -582,7 +582,7 @@ const option = {
return `${(v / 10e8).toFixed(1)} B` return `${(v / 10e8).toFixed(1)} B`
}, },
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -555,7 +555,6 @@ if(autoHide){
} }
` `
// 数据处理脚本 // 数据处理脚本
const dataHandler = '' const dataHandler = ''
@ -635,7 +634,7 @@ const option = {
return `${(v / 10e8).toFixed(1)} B` return `${(v / 10e8).toFixed(1)} B`
}, },
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -628,7 +628,7 @@ const option = {
autoHide: true, autoHide: true,
autoEllipsis: true, autoEllipsis: true,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -689,7 +689,7 @@ const option = {
autoHide: true, autoHide: true,
autoEllipsis: true, autoEllipsis: true,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -636,7 +636,7 @@ const option = {
autoHide: true, autoHide: true,
autoEllipsis: true, autoEllipsis: true,
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -626,7 +626,7 @@ const option = {
return `${(v / 10e8).toFixed(1)} B` return `${(v / 10e8).toFixed(1)} B`
}, },
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -636,7 +636,7 @@ const option = {
return `${(v / 10e8).toFixed(1)} B` return `${(v / 10e8).toFixed(1)} B`
}, },
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -562,7 +562,7 @@ const option = {
return `${(v / 10e8).toFixed(1)} B` return `${(v / 10e8).toFixed(1)} B`
}, },
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -632,7 +632,7 @@ const option = {
return `${(v / 10e8).toFixed(1)} B` return `${(v / 10e8).toFixed(1)} B`
}, },
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -641,7 +641,7 @@ const option = {
}, },
label: { label: {
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -694,7 +694,7 @@ const option = {
}, },
label: { label: {
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

@ -628,7 +628,7 @@ const option = {
}, },
label: { label: {
style: { style: {
fill: '#8C8C8C', fill: '#e9e9e9',
fontSize: 12, fontSize: 12,
opacity: 1 opacity: 1
} }

Loading…
Cancel
Save