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