修改图样式

new-map
ihzero 2023-05-15 23:01:51 +08:00
parent b8cb2d515b
commit 66271f28ad
1 changed files with 9 additions and 0 deletions

View File

@ -98,6 +98,9 @@
axisLine: { axisLine: {
show: false, show: false,
}, },
axisLabel: {
color: '#fff',
},
}, },
yAxis: [ yAxis: [
{ {
@ -105,6 +108,12 @@
axisTick: { axisTick: {
show: false, show: false,
}, },
axisLine: {
show: false,
},
axisLabel: {
color: '#fff',
},
splitLine: { splitLine: {
lineStyle: { lineStyle: {
type: 'dashed', type: 'dashed',