修改图样式

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: {
show: false,
},
axisLabel: {
color: '#fff',
},
},
yAxis: [
{
@ -105,6 +108,12 @@
axisTick: {
show: false,
},
axisLine: {
show: false,
},
axisLabel: {
color: '#fff',
},
splitLine: {
lineStyle: {
type: 'dashed',