调整大屏首页
This commit is contained in:
parent
d54c2d16ff
commit
a756e215f7
|
|
@ -463,12 +463,17 @@ function initMainMap(dataMap = []) {
|
||||||
show: true,
|
show: true,
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
|
fontSize: 20,
|
||||||
|
fontWeight: 'bold',
|
||||||
fontFamily: 'Alibaba PuHuiTi R'
|
fontFamily: 'Alibaba PuHuiTi R'
|
||||||
},
|
},
|
||||||
rotate: -20,
|
rotate: 0,
|
||||||
},
|
},
|
||||||
emphasis: {
|
emphasis: {
|
||||||
show: true,
|
show: true,
|
||||||
|
textStyle: {
|
||||||
|
color: '#fff',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
aspectScale: 0.8, //长宽比
|
aspectScale: 0.8, //长宽比
|
||||||
|
|
@ -479,7 +484,7 @@ function initMainMap(dataMap = []) {
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
normal: {
|
normal: {
|
||||||
areaColor: 'rgba(121,255,255,0.5)',
|
areaColor: 'rgba(121,255,255,0.6)',
|
||||||
borderColor: '#7ad4ff',
|
borderColor: '#7ad4ff',
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
shadowColor: 'rgba(53,109,187,0.6)',
|
shadowColor: 'rgba(53,109,187,0.6)',
|
||||||
|
|
@ -489,7 +494,7 @@ function initMainMap(dataMap = []) {
|
||||||
|
|
||||||
},
|
},
|
||||||
emphasis: {
|
emphasis: {
|
||||||
areaColor: 'rgba(121,255,255,0.5)',
|
areaColor: 'rgba(121,255,255,0.8)',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue